Documentation
- **migration-v8**: Update version references in migration instructions
([938](https://github.com/python-semantic-release/python-semantic-release/pull/938),
[`d6ba16a`](https://github.com/python-semantic-release/python-semantic-release/commit/d6ba16aa8e01bae1a022a9b06cd0b9162c51c345))
Features
- Extend gitlab to edit a previous release if exists
([934](https://github.com/python-semantic-release/python-semantic-release/pull/934),
[`23e02b9`](https://github.com/python-semantic-release/python-semantic-release/commit/23e02b96dfb2a58f6b4ecf7b7812e4c1bc50573d))
* style(hvcs-github): update function docstrings for params
* feat(hvcs-gitlab): enable gitlab to edit a previous release if found
* fix(hvcs-gitlab): add tag message to release creation
* fix(gitlab): adjust release name to mirror other hvcs release names
* refactor(gitlab): consolidate & simplify usage of gitlab client
* test(gitlab): neuter test cases that used the internet & add new tests
* refactor(gitlab): handle errors in release retrieval gracefully
* refactor(gitlab): update release notes editing implementation
---------
Co-authored-by: bdorsey <brentadorseygmail.com>
- **gha**: Configure ssh signed tags in GitHub Action
([937](https://github.com/python-semantic-release/python-semantic-release/pull/937),
[`dfb76b9`](https://github.com/python-semantic-release/python-semantic-release/commit/dfb76b94b859a7f3fa3ad778eec7a86de2874d68))
Resolves: 936
- **version-cmd**: Add toggle of `--no-verify` option to `git commit`
([927](https://github.com/python-semantic-release/python-semantic-release/pull/927),
[`1de6f78`](https://github.com/python-semantic-release/python-semantic-release/commit/1de6f7834c6d37a74bc53f91609d40793556b52d))
* test(version-cmd): add test w/ failing pre-commit hook--preventing version commit
* feat(version-cmd): add toggle of `--no-verify` option to `git commit`
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.
* docs(configuration): add `no_git_verify` description to the configuration page
---------
Co-authored-by: bdorsey <brentadorseygmail.com>