- Notifications
You must be signed in to change notification settings - Fork261
chore: fix implement --no-verify git commit option and fix gitlab hvc…#727
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
927b066 to733877eCompareThis 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 commentedMay 18, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Merged |
Merged GitLab features in separate PR#934 with some modifications and added testing. Included in Thank you for your contributions to Python Semantic Release! |
Implement --no-verify git commit option to enable configuring pre-commit local hook to create semantic release version. Update TokenAuth to support setting Gitlab REST API private access token authorization header.
Implemented get_release_id_by_tag method in Gitlab hvcs and updated edit_release_notes try catch logic to align with Github hvcs logic.
Changed pre-commit-config.yaml default_language_version from python3.8 to python3 to resolve:
Updated github documentation comment args to match method signatures.