Skip to content

Commit

Permalink
chore: run git-cliff with latest tag during release
Browse files Browse the repository at this point in the history
Signed-off-by: simonsan <[email protected]>
  • Loading branch information
simonsan committed Sep 14, 2023
1 parent 338d05e commit 507d062
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,8 @@ All notable changes to this project will be documented in this file.

- Refactor to library and server binary

## [0.1.0] - 2023-08-11

Empty release to test release workflow

<!-- generated by git-cliff -->
9 changes: 8 additions & 1 deletion release.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
pre-release-hook = ["git-cliff", "-o", "CHANGELOG.md", "--tag", "{{version}}"]
pre-release-hook = [
"git-cliff",
"-l",
"-o",
"CHANGELOG.md",
"--tag",
"{{version}}",
]

pre-release-replacements = [
{ file = "CHANGELOG.md", search = "Unreleased", replace = "{{version}}" },
Expand Down

0 comments on commit 507d062

Please sign in to comment.