mirror of
https://github.com/certbot/certbot.git
synced 2026-04-24 07:40:02 -04:00
Declare partial victory on version numbers
This commit is contained in:
parent
aa10799e15
commit
be2be2ef94
1 changed files with 5 additions and 1 deletions
|
|
@ -18,8 +18,9 @@ if [ "$1" = "--production" ] ; then
|
|||
if ! echo "$version" | grep -q -e '[0-9]\+.[0-9]\+.[0-9]\+' ; then
|
||||
echo "Version doesn't look like 1.2.3"
|
||||
fi
|
||||
# XXX TODO rename to RELEASE_BRANCH once bmw isn't editing the same file
|
||||
DEV_RELEASE_BRANCH="master"
|
||||
else
|
||||
# XXX replace 0.0.0 with the last-released-version
|
||||
version="$version.dev$(date +%Y%m%d)1"
|
||||
DEV_RELEASE_BRANCH="dev-release"
|
||||
echo Releasing developer version "$version"...
|
||||
|
|
@ -130,3 +131,6 @@ echo "New root: $root"
|
|||
echo "KGS is at $root/kgs"
|
||||
echo "In order to upload packages run the following command:"
|
||||
echo twine upload "$root/dist.$version/*/*"
|
||||
|
||||
echo "Edit and commit letsencrypt/__init__.py to contain the next anticipated"
|
||||
echo "release version"
|
||||
|
|
|
|||
Loading…
Reference in a new issue