Skip to content

Commit

Permalink
fix changelog script
Browse files Browse the repository at this point in the history
  • Loading branch information
camfairchild committed Apr 20, 2023
1 parent 776cdbc commit 1aed09a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/release/add_notes_changelog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ fi
DATE=$(date +"%Y-%m-%d")
RELEASE_NAME="$VERSION / $DATE"
TAG_NAME=v$VERSION
PREV_TAG_NAME=v$PREV_TAG_VERSION

# 2.2. Generate release notes
if [[ $APPLY == "true" ]]; then
Expand Down

0 comments on commit 1aed09a

Please sign in to comment.