[MERGED] libosmocore[master]: osmo-release.sh: Allow user to add extra information to the ...

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Thu May 3 14:21:23 UTC 2018


Harald Welte has submitted this change and it was merged.

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


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

Change-Id: Ie25d921dd27fb7653bd616cb2912330964108663
---
M osmo-release.sh
1 file changed, 1 insertion(+), 0 deletions(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/osmo-release.sh b/osmo-release.sh
index 3b50ded..86b41d8 100755
--- a/osmo-release.sh
+++ b/osmo-release.sh
@@ -43,5 +43,6 @@
 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."

-- 
To view, visit https://gerrit.osmocom.org/7998
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ie25d921dd27fb7653bd616cb2912330964108663
Gerrit-PatchSet: 1
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder



More information about the gerrit-log mailing list