mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
Add a sub-day digit to the datestamp, just in case...
This commit is contained in:
parent
013a3f1145
commit
aa10799e15
1 changed files with 1 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue