projects
/
feisty_meow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b2c7f3
)
updated help info to clear up required parameters
author
Fred Hamster
<fred@gruntose.com>
Fri, 21 Mar 2025 13:17:49 +0000
(09:17 -0400)
committer
Fred Hamster
<fred@gruntose.com>
Fri, 21 Mar 2025 13:17:49 +0000
(09:17 -0400)
scripts/rev_control/quick_git_release.sh
patch
|
blob
|
history
diff --git
a/scripts/rev_control/quick_git_release.sh
b/scripts/rev_control/quick_git_release.sh
index 09448b102f5f49b605d3f4d199711b5e11107266..69e6890012fa17a58e233e18db9a8a5e70497179 100644
(file)
--- a/
scripts/rev_control/quick_git_release.sh
+++ b/
scripts/rev_control/quick_git_release.sh
@@
-27,8
+27,8
@@
function make_new_feisty_meow_release()
if [ -z "$new_version" ]; then
echo "\
-$scriptname: this script requires a version n
umber to use for the
-
branch name and release tag name of the new release
.
+$scriptname: this script requires a version n
ame to use for the new branch
+
name. this version name will become the new tag on the repository
.
"
return 1
fi