prepare release.sh for 4.10.1
This commit is contained in:
parent
9515cb0713
commit
aef495faba
|
@ -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.10"
|
export RELEASE_VERSION="4.10.1"
|
||||||
export PREVIOUS_VERSION="4.9.1"
|
export PREVIOUS_VERSION="4.10"
|
||||||
export RELEASE_BRANCH="next"
|
export RELEASE_BRANCH="next"
|
||||||
|
|
||||||
if [ ! -e "../i3.github.io" ]
|
if [ ! -e "../i3.github.io" ]
|
||||||
|
|
Loading…
Reference in New Issue