Skip to content

Commit f58f2da

Browse files
committed
chore: remove extra chars from automated changelog
1 parent 98319a9 commit f58f2da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ami-release-nix.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,8 @@ jobs:
123123
if: steps.process_release_version.outputs.is_release == 'true'
124124
run: |
125125
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
126128
127129
- name: Commit and push changelog
128130
if: steps.process_release_version.outputs.is_release == 'true'

0 commit comments

Comments
 (0)