Skip to content

Commit 3d0bec0

Browse files
committed
Fix changelog generation
1 parent 8408732 commit 3d0bec0

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/ci-upgrade.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
values:
2+
changelogAdditionalArgs:
3+
- --tag-skip=3.23.0

.github/workflows/changelog.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,6 @@ jobs:
4747
--skip-from=dependabot[bot]
4848
--skip-from=renovate[bot]
4949
-v
50+
--tag-skip=3.23.0
5051
env:
5152
AEON_AUTOMATION_GH_TOKEN: ${{ secrets.GOPASS_CI_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)