release.sh: update for v4.13 release (#2582)
This commit is contained in:
parent
fd3403d96e
commit
0dd9d2202f
@ -1,8 +1,8 @@
|
|||||||
#!/bin/zsh
|
#!/bin/zsh
|
||||||
# This script is used to prepare a new release of i3.
|
# This script is used to prepare a new release of i3.
|
||||||
|
|
||||||
export RELEASE_VERSION="4.12"
|
export RELEASE_VERSION="4.13"
|
||||||
export PREVIOUS_VERSION="4.11"
|
export PREVIOUS_VERSION="4.12"
|
||||||
export RELEASE_BRANCH="next"
|
export RELEASE_BRANCH="next"
|
||||||
|
|
||||||
if [ ! -e "../i3.github.io" ]
|
if [ ! -e "../i3.github.io" ]
|
||||||
|
Loading…
Reference in New Issue
Block a user