phips28 / gh-action-bump-version

GitHub Action for automated npm version bump.
MIT License
336 stars 249 forks source link

Add option to add --no-verify to git commit #243

Closed davglass closed 4 months ago

davglass commented 5 months ago

We use the pre-commit npm package to run lint and run tests prior to commit.

When using this action, we get double test runs as it also executes when this commits the tag. Would an option to add --no-verify to the git commit line be worth submitting a PR for?

phips28 commented 5 months ago

yes provide a PR and I can merge

BradyRyun commented 4 months ago

I can take this.

phips28 commented 4 months ago

thanks @BradyRyun 🙂 🚀