Closed sentenz closed 1 year ago
Enforce to create the support branches from the base branches.
See link how to skip a git hook trigger event -c core.hooksPath=/dev/null:
-c core.hooksPath=/dev/null
git -c core.hooksPath=/dev/null checkout master git -c core.hooksPath=/dev/null pull git -c core.hooksPath=/dev/null commit ... git -c core.hooksPath=/dev/null push
:tada: This issue has been resolved in version 2.1.7 :tada:
The release is available on:
v2.1.7
Your semantic-release bot :package::rocket:
Enforce to create the support branches from the base branches.
See link how to skip a git hook trigger event
-c core.hooksPath=/dev/null
: