aboutsummaryrefslogtreecommitdiff
path: root/release.sh
diff options
context:
space:
mode:
authorMichael Stapelberg <stapelberg@users.noreply.github.com>2017-09-25 09:04:31 +0200
committerGitHub <noreply@github.com>2017-09-25 09:04:31 +0200
commit89d6287110ad1d1556facf091943554e25fbcdd8 (patch)
treefbd967d7ba1b2120493bf4db0ec54488e97dd2f1 /release.sh
parent362cbe6c5fa3520317a378466902dd43043f123a (diff)
downloadi3-89d6287110ad1d1556facf091943554e25fbcdd8.tar.gz
i3-89d6287110ad1d1556facf091943554e25fbcdd8.zip
update debian/changelog and release.sh after release (#2987)
Diffstat (limited to 'release.sh')
-rwxr-xr-xrelease.sh12
1 files changed, 6 insertions, 6 deletions
diff --git a/release.sh b/release.sh
index 8f537c0e..cfb4beae 100755
--- a/release.sh
+++ b/release.sh
@@ -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"