Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Loïc Huder <[email protected]>
  • Loading branch information
t20100 and loichuder committed May 23, 2022
1 parent acaf6f1 commit b5c34fe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,10 @@ The new tag will trigger the CI (`release.yml`) that will build and release the

Release notes can then be written in the [Releases page](https://github.com/silx-kit/h5grove/releases).

### Pre-releases

The following commands can be used to handle the pre-release cycle:
- To tag the first pre-release, run `bump2version --new-release <X.Y.Zb0> [patch|minor|major]`
- To tag the first pre-release, run `bump2version --new-version <X.Y.Zb0> [patch|minor|major]` where `X.Y.Z` is the version number of the next release
- To bump the pre-release number, run `bump2version pre`
- To bump to the release, run `bump2version prerelease`

Expand Down

0 comments on commit b5c34fe

Please sign in to comment.