Skip to content

Commit 0807b9e

Browse files
committed
fix(ci): capi/pyapi changelog generation
only generate newest part of changelog in CI
1 parent 547959f commit 0807b9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-plz.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,10 @@ jobs:
9292
scripts/update-capi-header-version.sh
9393
git commit -am "chore(capi): update version in header"
9494
95-
nix run --inputs-from . nixpkgs#git-cliff -- -o capi/CHANGELOG.md --include-path 'capi/*'
95+
nix run --inputs-from . nixpkgs#git-cliff -- --unreleased --bump --tag-pattern 'rustsat-v*' --prepend capi/CHANGELOG.md --include-path 'capi/*'
9696
git commit -am "chore(capi): update changelog"
9797
98-
nix run --inputs-from . nixpkgs#git-cliff -- -o pyapi/CHANGELOG.md --include-path 'pyapi/*'
98+
nix run --inputs-from . nixpkgs#git-cliff -- --unreleased --bump --tag-pattern 'rustsat-v*' --prepend pyapi/CHANGELOG.md --include-path 'pyapi/*'
9999
git commit -am "chore(pyapi): update changelog"
100100
101101
git push

0 commit comments

Comments
 (0)