diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2a165a8..0e9bd7c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -13,13 +13,6 @@ We welcome you to use the GitHub issue tracker to report bugs, suggest features, When filing an issue, please check existing open, or recently closed, issues to make sure somebody else hasn't already reported the issue. Please try to include as much information as you can. - ## Releases -First you will need to update the `version` in the [`pyproject.toml`](./pyproject.toml) file. -Next you need to merge these changes into the `develop` branch using a pull request. - -You need to create a pull request from `develop` to `main` and merge it. This will trigger the GitHub Actions [`release`](.github/workflows/release.yml) -workflow. - -All done! +Versioning is handled by the `python-semantic-release` when a `fix` or `feat` is committed a new release is automatically created.