mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 00:00:44 +02:00
Perform "nextversion" incrementing correctly in release.sh
This commit is contained in:
+1
-1
@@ -172,7 +172,7 @@ echo "In order to upload packages run the following command:"
|
||||
echo twine upload "$root/dist.$version/*/*"
|
||||
|
||||
if [ "$RELEASE_BRANCH" = candidate-"$version" ] ; then
|
||||
SetVersion "$nextversion"
|
||||
SetVersion "$nextversion".dev0
|
||||
git diff
|
||||
git commit -m "Bump version to $nextversion"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user