sentenz / devops

A service for DevOps operations.
Apache License 2.0
1 stars 3 forks source link

Fix git hook of post-checkout #86

Closed sentenz closed 1 year ago

sentenz commented 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:

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
github-actions[bot] commented 1 year ago

:tada: This issue has been resolved in version 2.1.7 :tada:

The release is available on:

Your semantic-release bot :package::rocket: