Skip to content

Commit

Permalink
update chnage log and write file for release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtharriger committed May 19, 2024
1 parent c0c79d8 commit 713ed50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## 0.6.0 - [Unreleased]

...
Implement CICD pipeline

## [0.5.0] - 2024-05-18

Expand Down
3 changes: 2 additions & 1 deletion build.clj
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,8 @@
(spit changelog-path updated-changelog)
(shell "git" "add" "resources/VERSION" "CHANGELOG.md")
(shell "git" "commit" "-m" (str "Release " release-version "\n\n" changes))
(shell "git" "tag" release-version))
(shell "git" "tag" release-version)
(spit "RELEASE_NOTES.md" changes))
nil)

(comment
Expand Down

0 comments on commit 713ed50

Please sign in to comment.