File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 -- --latest --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 -- --latest --tag-pattern 'rustsat-v*' --prepend pyapi/CHANGELOG.md --include-path 'pyapi/*'
9999 git commit -am "chore(pyapi): update changelog"
100100
101101 git push
You can’t perform that action at this time.
0 commit comments