update debian/changelog and release.sh after release (#2987)

This commit is contained in:
Michael Stapelberg
2017-09-25 09:04:31 +02:00
committed by GitHub
parent 362cbe6c5f
commit 89d6287110
2 changed files with 14 additions and 8 deletions

View File

@ -1,9 +1,9 @@
#!/bin/zsh
# This script is used to prepare a new release of i3.
export RELEASE_VERSION="4.13"
export PREVIOUS_VERSION="4.12"
export RELEASE_BRANCH="next"
export RELEASE_VERSION="4.14.1"
export PREVIOUS_VERSION="4.14"
export RELEASE_BRANCH="master"
if [ ! -e "../i3.github.io" ]
then
@ -232,9 +232,9 @@ echo ""
echo " cd ${TMPDIR}"
echo " sendmail -t < email.txt"
echo ""
echo "Update milestones on GitHub:"
echo " Set due date of ${RELEASE_VERSION} to $(date +'%Y-$m-%d') and close the milestone"
echo " Create milestone for the next version with unset due date"
echo "Update milestones on GitHub (only for new major versions):"
echo " Set due date of ${RELEASE_VERSION} to $(date +'%Y-%m-%d') and close the milestone"
echo " Create milestone for the next major version with unset due date"
echo ""
echo "Announce on:"
echo " twitter"