Extract git flow init from release script (so that it can be run standalone) and do not use -t which does not seem to be standard.
This commit is contained in:
parent
14507c9cbc
commit
c56977ed69
2 changed files with 20 additions and 2 deletions
|
|
@ -86,8 +86,7 @@ then
|
|||
printf "Git flow is initialized\n"
|
||||
else
|
||||
printf "Git flow is not initialized. Initializing...\n"
|
||||
# All default value, just set 'v' for tag prefix
|
||||
git flow init -d -t 'v'
|
||||
./tools/gitflow/gitflow-init.sh
|
||||
fi
|
||||
|
||||
printf "OK\n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue