Skip to content

Commit

Permalink
minor typo fix in contributing
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault authored May 8, 2024
1 parent 3848c83 commit 8327956
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 @@ -62,7 +62,7 @@ git push -u origin your-branch

- Checkout to the `main` branch by making sure the CI passed all previous tests.
- Bump the version with `bump-my-version bump --verbose <version-level>`.
- Consider using `--dry-run` before hand to inspect the changes.
- Consider using `--dry-run` beforehand to inspect the changes.
- The `<version-level>` should be one of `major`, `minor`, or `patch`. <br>
Alternatively, the version can be set explicitly with `--new-version <version> patch`. <br>
For more details, refer to the [Semantic Versions][semver] standard;
Expand Down

0 comments on commit 8327956

Please sign in to comment.