Skip to content

Commit ba35e13

Browse files
committed
feat: start of actual changelog
1 parent f607e66 commit ba35e13

File tree

2 files changed

+2443
-1
lines changed

2 files changed

+2443
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
- name: Generate Changelog
123123
if: steps.process_release_version.outputs.is_release == 'true'
124124
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 }}" -o CHANGELOG.md
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
126126
127127
- name: Commit and push changelog
128128
if: steps.process_release_version.outputs.is_release == 'true'

0 commit comments

Comments
 (0)