fix missing 'changes since' section logic
This commit is contained in:
parent
f0fe33e032
commit
6e32bd6e38
|
|
@ -90,6 +90,8 @@ jobs:
|
|||
## Important Notes
|
||||
|
||||
## Breaking Changes
|
||||
|
||||
## Changes since v${VERSION}
|
||||
EOF
|
||||
|
||||
echo -e "$(cat /tmp/CHANGELOG.prepend)\n\n$(cat CHANGELOG.md)" > CHANGELOG.md
|
||||
|
|
|
|||
|
|
@ -6,6 +6,8 @@
|
|||
|
||||
## Breaking Changes
|
||||
|
||||
## Changes since v7.7.0
|
||||
|
||||
# V7.7.0
|
||||
|
||||
## Release Highlights
|
||||
|
|
|
|||
Loading…
Reference in New Issue