diff options
author | Pau Espin Pedrol <pespin@sysmocom.de> | 2018-05-03 15:25:11 +0200 |
---|---|---|
committer | Pau Espin Pedrol <pespin@sysmocom.de> | 2018-05-03 15:25:38 +0200 |
commit | bf81932dffdc57dc88feb1f042f4025998d2065a (patch) | |
tree | dbe59b8a1aadea1b40d86e2128042ebf73c806a8 | |
parent | 01dd570de80ef6838c77e03677444916abdc5863 (diff) |
osmo-release.sh: Allow user to add extra information to the release commit
Change-Id: Ie25d921dd27fb7653bd616cb2912330964108663
-rwxr-xr-x | osmo-release.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/osmo-release.sh b/osmo-release.sh index 3b50ded8..86b41d89 100755 --- a/osmo-release.sh +++ b/osmo-release.sh @@ -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." |