mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 13:59:02 -04:00
Perform "nextversion" incrementing correctly in release.sh
This commit is contained in:
parent
59f717fc48
commit
5666cf9e0e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue