mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 00:00:44 +02:00
Add a sub-day digit to the datestamp, just in case...
This commit is contained in:
@@ -18,13 +18,11 @@ 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
|
||||
exit 0
|
||||
else
|
||||
# XXX replace 0.0.0 with the last-released-version
|
||||
version="$version.dev$(date +%Y%m%d)"
|
||||
version="$version.dev$(date +%Y%m%d)1"
|
||||
DEV_RELEASE_BRANCH="dev-release"
|
||||
echo Releasing developer version "$version"...
|
||||
exit 0
|
||||
fi
|
||||
|
||||
# TODO: create a real release key instead of using Kuba's personal one
|
||||
|
||||
Reference in New Issue
Block a user