Skip to content

Commit

Permalink
fix: release instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Nr18 committed Mar 4, 2024
1 parent 81f22ba commit d101526
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit d101526

Please sign in to comment.