Skip to content

Commit

Permalink
Set default changelog file for release
Browse files Browse the repository at this point in the history
  • Loading branch information
hairyhum committed Apr 10, 2024
1 parent 1d0726d commit 20d4cff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build/gorelease.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ then
exit 1
fi

## Set default changelog file
CHANGELOG_FILE=${CHANGELOG_FILE:-./CHANGELOG_CURRENT.md}

RELEASE_NOTES=""
if [ -n "${CHANGELOG_FILE:-}" ]
then
Expand Down

0 comments on commit 20d4cff

Please sign in to comment.