You've already forked oauth2-proxy
mirror of
https://github.com/oauth2-proxy/oauth2-proxy.git
synced 2025-07-13 01:40:48 +02:00
fix missing 'changes since' section logic
This commit is contained in:
2
.github/workflows/create-release.yml
vendored
2
.github/workflows/create-release.yml
vendored
@ -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
|
||||||
|
@ -6,6 +6,8 @@
|
|||||||
|
|
||||||
## Breaking Changes
|
## Breaking Changes
|
||||||
|
|
||||||
|
## Changes since v7.7.0
|
||||||
|
|
||||||
# V7.7.0
|
# V7.7.0
|
||||||
|
|
||||||
## Release Highlights
|
## Release Highlights
|
||||||
|
Reference in New Issue
Block a user