mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 18:56:55 +02:00
Only bump versions if we're making production releases
This commit is contained in:
@@ -162,6 +162,8 @@ echo "KGS is at $root/kgs"
|
||||
echo "In order to upload packages run the following command:"
|
||||
echo twine upload "$root/dist.$version/*/*"
|
||||
|
||||
SetVersion "$nextversion"
|
||||
git diff
|
||||
git commit -m "Bump version to $nextversion"
|
||||
if [ "$RELEASE_BRANCH" = master ] ; then
|
||||
SetVersion "$nextversion"
|
||||
git diff
|
||||
git commit -m "Bump version to $nextversion"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user