mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-03 20:47:37 +03:00
Update CHANGELOG
This commit is contained in:
parent
7d3c3b09fb
commit
3d04e2b86e
3 changed files with 12 additions and 7 deletions
|
@ -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."
|
||||
}
|
||||
|
||||
# -----------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue