Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(version-cmd): add toggle of --no-verify option to git commit #927

Merged

Conversation

codejedi365
Copy link
Contributor

@codejedi365 codejedi365 commented May 13, 2024

Purpose

Provide a flag in the configuration to disable git hooks that are present in the repository that might prevent semantic-release version from completing successfully.

Rationale

This commit adds the configuration option, no_git_verify, that toggles the addition of --no-verify command line switch on git commit operations that are run with the version command.

@codejedi365 codejedi365 self-assigned this May 13, 2024
@codejedi365 codejedi365 force-pushed the feat/add-no-verify-opt branch 3 times, most recently from 292e56a to 25e8a09 Compare May 16, 2024 03:53
codejedi365 and others added 3 commits May 16, 2024 21:19
This commit adds a configuration option that toggles the addition of `--no-verify`
command line switch on git commit operations that are run with the `version` command.
@codejedi365 codejedi365 merged commit 1de6f78 into python-semantic-release:master May 18, 2024
7 checks passed
@codejedi365 codejedi365 deleted the feat/add-no-verify-opt branch May 18, 2024 18:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants