Skip to content

Commit

Permalink
Add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mskelton committed Feb 9, 2024
1 parent 521368b commit 61aba2b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

#### Unreleased

#### 5.10.0

- Added 2024.1 Build Support

#### 5.9.0
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ tasks.patchPluginXml {
def readmePath = "$projectDir/build/html/README.html"

if (file(changelogPath).exists()) {
changeNotes.set( provider {
changeNotes.set(provider {
file(changelogPath).text
} )
})
}

if (file(readmePath).exists()) {
Expand Down

0 comments on commit 61aba2b

Please sign in to comment.