Compare commits
3 Commits
0.7.4
...
prompt-cle
Author | SHA1 | Date | |
---|---|---|---|
316bcd5a68
|
|||
1a4cf9be17
|
|||
eadb353c2e
|
4
abra
4
abra
@ -2099,7 +2099,7 @@ sub_recipe_release() {
|
|||||||
|
|
||||||
success "All compose files updated; new version is $new_version"
|
success "All compose files updated; new version is $new_version"
|
||||||
|
|
||||||
read -rp "Commit your changes to git? (y/[n])? " choice
|
read -rp "Commit your changes to git? [y/N]? " choice
|
||||||
|
|
||||||
if [ "${choice,,}" != "y" ]; then
|
if [ "${choice,,}" != "y" ]; then
|
||||||
return
|
return
|
||||||
@ -2107,7 +2107,7 @@ sub_recipe_release() {
|
|||||||
|
|
||||||
git commit -avem "Version $new_version; sync labels" || exit
|
git commit -avem "Version $new_version; sync labels" || exit
|
||||||
|
|
||||||
read -rp "Tag this as \`$new_version\`? (y/[n])? " choice
|
read -rp "Tag this as \`$new_version\`? [y/N]? " choice
|
||||||
|
|
||||||
if [ "${choice,,}" != "y" ]; then
|
if [ "${choice,,}" != "y" ]; then
|
||||||
return
|
return
|
||||||
|
Reference in New Issue
Block a user