Skip to content

Commit

Permalink
fix missing 'changes since' section logic
Browse files Browse the repository at this point in the history
  • Loading branch information
tuunit committed Oct 1, 2024
1 parent f0fe33e commit 6e32bd6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

## Breaking Changes

## Changes since v7.7.0

# V7.7.0

## Release Highlights
Expand Down

0 comments on commit 6e32bd6

Please sign in to comment.