Skip to content

Commit

Permalink
Updated CONTRIBUTING
Browse files Browse the repository at this point in the history
  • Loading branch information
roll committed Jul 13, 2023
1 parent 3c11903 commit a1bf3df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ GITHUB_ACCESS_TOKEN=***************************

To release a new version:
- check that you have push access to the `main` branch
- run `hatch version major|minor|patch` to update the version
- run `hatch version <major|minor|micro>` to update the version
- add changes to `CHANGELOG.md` if it's not a patch release (major or minor)
- run `make release` which create a release commit and tag and push it to Github
- an actual release will happen on the Github CI platform after running the tests

0 comments on commit a1bf3df

Please sign in to comment.