Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Delisle <marc@infomarc.info>2012-04-24 16:01:46 +0400
committerMarc Delisle <marc@infomarc.info>2012-04-24 16:01:46 +0400
commitb76ac64121018f9556d3f33ad95feb04f0f35812 (patch)
treebe5df3ded8b32bac25e44094a5a263c0967dc15c /scripts
parentb3a7232c86af323037ef0271f8be60fad6d6c341 (diff)
Avoid STABLE update for a non-stable release
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/create-release.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/create-release.sh b/scripts/create-release.sh
index 33a13588bc..5f229d2bd6 100755
--- a/scripts/create-release.sh
+++ b/scripts/create-release.sh
@@ -245,6 +245,8 @@ if [ $# -gt 0 ] ; then
echo '* 3.3 branch, no STABLE update'
elif echo $version | grep -q '^3\.4\.' ; then
echo '* 3.4 branch, no STABLE update'
+ elif echo $version | grep '[\-]' ; then
+ echo '* no STABLE update'
else
mark_as_release $branch STABLE
git checkout master