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:
-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:"