fix missing 'changes since' section logic

This commit is contained in:
tuunit 2024-09-25 14:04:09 +02:00
parent f0fe33e032
commit 6e32bd6e38
No known key found for this signature in database
GPG Key ID: C2172BFA220A037A
2 changed files with 4 additions and 0 deletions

View File

@ -90,6 +90,8 @@ jobs:
## Important Notes ## Important Notes
## Breaking Changes ## Breaking Changes
## Changes since v${VERSION}
EOF EOF
echo -e "$(cat /tmp/CHANGELOG.prepend)\n\n$(cat CHANGELOG.md)" > CHANGELOG.md echo -e "$(cat /tmp/CHANGELOG.prepend)\n\n$(cat CHANGELOG.md)" > CHANGELOG.md

View File

@ -6,6 +6,8 @@
## Breaking Changes ## Breaking Changes
## Changes since v7.7.0
# V7.7.0 # V7.7.0
## Release Highlights ## Release Highlights