We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98319a9 commit f58f2daCopy full SHA for f58f2da
.github/workflows/ami-release-nix.yml
@@ -123,6 +123,8 @@ jobs:
123
if: steps.process_release_version.outputs.is_release == 'true'
124
run: |
125
nix run nixpkgs#git-cliff -- --tag-pattern "^[0-9]+\.[0-9]+\.[0-9]+\.[0-9]{3}(-orioledb)?$" --unreleased --tag "${{ steps.process_release_version.outputs.version }}" --prepend CHANGELOG.md
126
+ # Remove the changelog commit itself from the changelog
127
+ sed -i '/- Changelog after release/d' CHANGELOG.md
128
129
- name: Commit and push changelog
130
0 commit comments