pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/libosmocore/+/26777 )
Change subject: osmo-release.sh: Use variable containing bumpversion path everywhere
......................................................................
osmo-release.sh: Use variable containing bumpversion path everywhere
Change-Id: I76d4f687a245468a37eb39df034ed36df2274350
---
M osmo-release.sh
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/77/26777/1
diff --git a/osmo-release.sh b/osmo-release.sh
index 3566ef9..5f31c5f 100755
--- a/osmo-release.sh
+++ b/osmo-release.sh
@@ -279,7 +279,7 @@
--new-version="$NEW_VER_WITH_EPOCH"
dch -r -m --distribution "unstable" ""
git add ${GIT_TOPDIR}/debian/changelog
-bumpversion --current-version $VERSION $REL --tag --commit --tag-name $NEW_VER
--allow-dirty
+$BUMPVER --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/c/libosmocore/+/26777
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I76d4f687a245468a37eb39df034ed36df2274350
Gerrit-Change-Number: 26777
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: newchange