Hello! I would like to enable Github branch protection rules on my master branch. Is it possible to update this action to skip status checks when making a commit to increase the package version?
I'm guessing it has to be added here
|
await exec('npm', ['version', strategy, '--no-commit-hooks', '-m', `${commitMessage} %s`]); |
Github's example
https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/about-status-checks#skipping-and-requesting-checks-for-individual-commits
$ git commit -m "Update README.
>
>
skip-checks: true
Hello! I would like to enable Github branch protection rules on my master branch. Is it possible to update this action to skip status checks when making a commit to increase the package version?
I'm guessing it has to be added here
bump/index.js
Line 48 in 876e407
Github's example
https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/about-status-checks#skipping-and-requesting-checks-for-individual-commits