osmo-release.sh: Use variable containing bumpversion path everywhere

Change-Id: I76d4f687a245468a37eb39df034ed36df2274350
This commit is contained in:
Pau Espin 2022-01-05 11:55:15 +01:00 committed by pespin
parent 2f54889f65
commit c7ef4508da
1 changed files with 1 additions and 1 deletions

View File

@ -279,7 +279,7 @@ gbp dch \
--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."