Merge pull request #2582 from letsencrypt/autoupdate-le-auto

Autobuild le-auto with dev version
This commit is contained in:
bmw 2016-03-02 16:31:41 -08:00
commit 8f19ea4f9d

View file

@ -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