Skip to content

Commit

Permalink
fix: change release header to [version] (date)
Browse files Browse the repository at this point in the history
  • Loading branch information
adhocore committed Sep 27, 2019
1 parent 9e12950 commit eb317c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion please
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ fi
# changelog file
if [[ $CHLOG -eq 1 ]]; then
info "Updating changelog ..."
echo -e "## [${NEXT_VERSION}] $(date -u '+%Y-%m-%d %H:%m:%S') UTC\n\n${COMMITS}${OLD}" > ./CHANGELOG.md
echo -e "## [${NEXT_VERSION}](https://github.com/$REPO/releases/tag/$NEXT_VERSION) ($(date -u '+%Y-%m-%d')) UTC\n\n${COMMITS}${OLD}" > ./CHANGELOG.md
qgit add ./CHANGELOG.md && GPUSH=1
ok
fi
Expand Down

0 comments on commit eb317c3

Please sign in to comment.