osmo-release.sh: Allow user to add extra information to the release commit

Change-Id: Ie25d921dd27fb7653bd616cb2912330964108663
This commit is contained in:
Pau Espin 2018-05-03 15:25:11 +02:00
parent 01dd570de8
commit bf81932dff
1 changed files with 1 additions and 0 deletions

View File

@ -43,5 +43,6 @@ gbp dch --debian-tag='%(version)s' --auto --meta --git-author --multimaint-merge
dch -r -m --distribution "unstable" ""
git add debian/changelog
bumpversion --current-version $VERSION $REL --tag --commit --tag-name $NEW_VER --allow-dirty
git commit --amend # let the user add extra information to the release commit.
git tag -s $NEW_VER -f -m "Release v$NEW_VER on $ISODATE."
echo "Release $NEW_VER prepared, tagged and signed."