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>2015-04-09 20:57:20 +0300
committerMarc Delisle <marc@infomarc.info>2015-04-09 20:57:20 +0300
commit97f34d1caa5c77d171c330df7af499bb799074bd (patch)
tree83cbe2e187720a89475a4d1a63c37426619533d1 /scripts
parent498c14fc6299b07d54cd61d2430f34d62c778af3 (diff)
Note about not using tags on a pre-release version
Signed-off-by: Marc Delisle <marc@infomarc.info>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/create-release.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/create-release.sh b/scripts/create-release.sh
index dcba2c5019..a369f57d3f 100755
--- a/scripts/create-release.sh
+++ b/scripts/create-release.sh
@@ -19,7 +19,7 @@ then
echo "Usages:"
echo " create-release.sh <version> <from_branch> [--tag] [--stable]"
echo ""
- echo "If --tag is specified, release tag is automatically created"
+ echo "If --tag is specified, release tag is automatically created (do not use this on pre-release versions)"
echo "If --stable is specified, the STABLE branch is updated with this release"
echo ""
echo "Examples:"