Release-mate

Latest version: v0.3.1

Safety actively analyzes 723717 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.3.1

Bug Fixes

- **api**: Print plain (w/o rich) when print flag is used. Better for CI operations
([`a78e07f`](https://github.com/leninkhaidem/release-mate/commit/a78e07f9288aef0f30a89b74cce1d3cd334f55e0))

0.3.0

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.

0.2.0

Features

- **api, cli**: Add publish command and improve error handling
([`34e4516`](https://github.com/leninkhaidem/release-mate/commit/34e4516be8970f8efb338c5ba91bf963c83b6f75))

- Introduced a new publish command in the CLI for semantic-release.

- Enhanced error handling by suppressing exceptions in various functions.

- Refactored code for better readability and maintainability.

- **api, cli**: Add tag option to publish command
([`bb89924`](https://github.com/leninkhaidem/release-mate/commit/bb89924af2f9ea83c2ffd1cb523adbe9f0ad016e))

- Enhanced the publish_worker function to accept an optional tag argument for release publishing.

- Updated the CLI command to include the new tag option for better release management.

Testing

- **cli**: Add additional tests for publish functionality
([`69cc62d`](https://github.com/leninkhaidem/release-mate/commit/69cc62dd8ded7261a99e37ed6901990785083417))

- Implement tests for successful publish execution.

- Add tests for publish execution with specific tag.

- Include error handling tests for publish execution.

- Test publish with non-existent project.

0.1.5

Bug Fixes

- **api**: Improve shell completion installation robustness
([`d6c22a0`](https://github.com/leninkhaidem/release-mate/commit/d6c22a0a7494e6b9de7dc6fc9a167db0c5bdeb08))

- Enhanced shell completion installation for bash, zsh, and fish shells

- Added conditional checks to prevent errors if command is not available

- Implemented error suppression and fallback mechanisms for completion script sourcing

Documentation

- Updated docs formatting
([`c51f0e3`](https://github.com/leninkhaidem/release-mate/commit/c51f0e352d48729dc30652b58954110eb0d3ea7f))

0.1.4

Bug Fixes

- **api, cli**: Enhance worker initialization with template directory
([`dc195b3`](https://github.com/leninkhaidem/release-mate/commit/dc195b32d78cbfd47a159fcdd36f3f010c8ac463))

- Updated the `init_worker` function in the API to accept a `template_dir` parameter, allowing for
more flexible template management. - Modified the CLI command to retrieve the template directory
using `pkg_resources` before invoking `init_worker`, improving code clarity and maintainability.

Code Style

- **cli**: Add help description for install_completion command
([`cd6c08c`](https://github.com/leninkhaidem/release-mate/commit/cd6c08c1c19c02cb81b30c5914d85479b2be6cbb))

- Enhanced the `install_completion` CLI command by adding a help description to clarify its purpose
for installing shell completion for bash, zsh, or fish shells.

Documentation

- Updated docs for shell autocomplete
([`e5bcb7a`](https://github.com/leninkhaidem/release-mate/commit/e5bcb7a609bd97b1e153eb51d43de6db0de29f72))

0.1.3

Bug Fixes

- **api**: Streamline project directory handling in get_project_config to correctly identify poetry
project
([`d1fe900`](https://github.com/leninkhaidem/release-mate/commit/d1fe900194c153a164022e7e46851cbc903f8ae9))

- Updated the `get_project_config` function to normalize the project directory before checking for
Poetry configuration files.

- **cli**: Add shell completion installation command
([`6a91825`](https://github.com/leninkhaidem/release-mate/commit/6a91825cdeae041db7de903eb83b37162a7d7f2f))

- Introduced a new CLI command `install_completion` to facilitate the installation of shell
completion for bash, zsh, and fish shells. - Implemented the `install_shell_completion` function
in the API to handle the detection of the shell type, update the appropriate rc file, and provide
user feedback on the installation status.

Page 1 of 2

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.