Merge "Display more help to the new-release wrapper"
This commit is contained in:
@@ -19,10 +19,13 @@
|
|||||||
set -e
|
set -e
|
||||||
|
|
||||||
function usage {
|
function usage {
|
||||||
echo "Usage: new_release.sh series deliverable updatetype"
|
echo "Usage: new_release.sh <series> <deliverable> <updatetype>"
|
||||||
echo
|
echo
|
||||||
echo "Example: new_release.sh mitaka oslo.rootwrap feature"
|
echo "Example: new_release.sh mitaka oslo.rootwrap feature"
|
||||||
echo "Example: new_release.sh independent reno bugfix"
|
echo "Example: new_release.sh independent reno bugfix"
|
||||||
|
echo
|
||||||
|
echo "For further details about how to use the 'new-release' command:"
|
||||||
|
echo "tox -e venv new-release --help"
|
||||||
}
|
}
|
||||||
|
|
||||||
if [ $# -lt 3 ]; then
|
if [ $# -lt 3 ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user