Skip to content

Commit 65c6c25

Browse files
authored
fix(release): prepend unreleased changelog instead of full regen
1 parent ffb4789 commit 65c6c25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ toml = "0.8"
7878
homebrew_formula = "hotdata-dev/tap/cli"
7979

8080
[package.metadata.release]
81-
pre-release-hook = ["git-cliff", "-o", "CHANGELOG.md", "--tag", "v{{version}}" ]
81+
pre-release-hook = ["git-cliff", "--unreleased", "--tag", "v{{version}}", "--prepend", "CHANGELOG.md"]
8282
publish = false
8383
pre-release-replacements = [
8484
{ file = "skills/hotdata/SKILL.md", search = "^version: .+", replace = "version: {{version}}", exactly = 1 },

0 commit comments

Comments
 (0)