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:
Benoit Marty 2023-07-20 19:15:56 +02:00
parent 14507c9cbc
commit c56977ed69
2 changed files with 20 additions and 2 deletions

View file

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