release.sh: 4.10.2 release
This commit is contained in:
parent
0492c50fbb
commit
d9f483e946
|
@ -1,9 +1,9 @@
|
||||||
#!/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.1"
|
export RELEASE_VERSION="4.10.2"
|
||||||
export PREVIOUS_VERSION="4.10"
|
export PREVIOUS_VERSION="4.10.1"
|
||||||
export RELEASE_BRANCH="next"
|
export RELEASE_BRANCH="master"
|
||||||
|
|
||||||
if [ ! -e "../i3.github.io" ]
|
if [ ! -e "../i3.github.io" ]
|
||||||
then
|
then
|
||||||
|
|
Loading…
Reference in New Issue