Chores
- **pyproject**: Update GitHub token environment variable for publishing
([`4bc5a72`](https://github.com/leninkhaidem/release-mate/commit/4bc5a72508ecbe66490393269d8cbf577a6bc630))
- Changed environment variable from GH_TOKEN to GH_TOKEN_PUB
Documentation
- Add new options for version command in CLI reference
([`6943dc1`](https://github.com/leninkhaidem/release-mate/commit/6943dc16e33353912fba96f2edf68d19b2154ffc))
- Add `--[no-]vcs-release` to control VCS release creation.
- Introduce `--as-prerelease` and `--prerelease-token` for prerelease versions.
- Include `--build-metadata` for appending build metadata.
- Add `--skip-build` to skip building during version updates.
- **cli**: Update quick start and user guide for publish command
([`2e95b22`](https://github.com/leninkhaidem/release-mate/commit/2e95b222d7321a7d28a2b9e049f8cdf5f43dae9b))
- Added `release-mate publish` command to quick start guide
- Introduced detailed section on publishing releases in user guide
- Included examples for using the publish command with options
Features
- **api, cli**: Add additional options for versioning
([`4cc530c`](https://github.com/leninkhaidem/release-mate/commit/4cc530ca8e8207cbaccfe498703f5892b8ef4fce))
- Introduced `vcs_release` option to control VCS release creation.
- Added `as_prerelease`, `prerelease_token`, `build_metadata`, and `skip_build` options for enhanced
versioning flexibility.
Testing
- **cli**: Enhance version argument tests with additional flags
([`2533c12`](https://github.com/leninkhaidem/release-mate/commit/2533c12794ece9447e8482ba56ce54c4ef9ccb22))
- Added tests for new versioning flags including `as_prerelease`, `prerelease_token`,
`build_metadata`, and `skip_build`.
- Updated existing tests to reflect changes in the `build_version_args` function.