Update CHANGELOG

This commit is contained in:
Janek Bevendorff 2022-03-21 23:06:38 +01:00
parent 7d3c3b09fb
commit 3d04e2b86e
3 changed files with 12 additions and 7 deletions

View file

@ -530,7 +530,7 @@ merge() {
git tag -a "$TAG_NAME" -m "$COMMIT_MSG" -m "${CHANGELOG}" -s -u "$GPG_GIT_KEY"
fi
logInfo "Fast-Forward latest tag..."
logInfo "Advancing 'latest' tag..."
if [ -z "$GPG_GIT_KEY" ]; then
git tag -sf -a "latest" -m "Latest stable release"
else
@ -540,8 +540,7 @@ merge() {
cleanup
logInfo "All done!"
logInfo "Please merge the release branch back into the develop branch now and then push your changes."
logInfo "Don't forget to also push the tags using \e[1mgit push --tags\e[0m."
logInfo "Don't forget to push the tags using \e[1mgit push --tags\e[0m."
}
# -----------------------------------------------------------------------