From bf81932dffdc57dc88feb1f042f4025998d2065a Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Thu, 3 May 2018 15:25:11 +0200 Subject: osmo-release.sh: Allow user to add extra information to the release commit Change-Id: Ie25d921dd27fb7653bd616cb2912330964108663 --- osmo-release.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'osmo-release.sh') 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." -- cgit v1.2.3