update release.sh for the 4.16 release
This commit is contained in:
parent
cb09db94dc
commit
86bcb21dbc
|
@ -1,8 +1,8 @@
|
|||
#!/bin/zsh
|
||||
# This script is used to prepare a new release of i3.
|
||||
|
||||
export RELEASE_VERSION="4.15"
|
||||
export PREVIOUS_VERSION="4.14"
|
||||
export RELEASE_VERSION="4.16"
|
||||
export PREVIOUS_VERSION="4.15"
|
||||
export RELEASE_BRANCH="next"
|
||||
|
||||
if [ ! -e "../i3.github.io" ]
|
||||
|
|
Loading…
Reference in New Issue