mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 13:59:02 -04:00
Merge pull request #2582 from letsencrypt/autoupdate-le-auto
Autobuild le-auto with dev version
This commit is contained in:
commit
8f19ea4f9d
1 changed files with 2 additions and 0 deletions
|
|
@ -216,6 +216,8 @@ echo twine upload "$root/dist.$version/*/*"
|
|||
|
||||
if [ "$RELEASE_BRANCH" = candidate-"$version" ] ; then
|
||||
SetVersion "$nextversion".dev0
|
||||
letsencrypt-auto-source/build.py
|
||||
git add letsencrypt-auto-source/letsencrypt-auto
|
||||
git diff
|
||||
git commit -m "Bump version to $nextversion"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue