Skip to content

Commit

Permalink
Update release-process.md
Browse files Browse the repository at this point in the history
UX tweak
  • Loading branch information
trentmc authored Sep 20, 2022
1 parent 63b3e04 commit a6f4ba8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions READMEs/release-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ SPDX-License-Identifier: Apache-2.0
- To bump the patch version (vX.Y.**Z**): `./bumpversion.sh patch`
- (Ocean.py follows [semantic versioning](https://semver.org/).)

- Commit the changes to the feature branch.
- Commit the changes to the feature branch. For example:

`git commit -m "Bump version <old_version> -> <new_version>"`
`git commit -m "Bump version v1.2.4 -> v1.2.5"`

- Push the feature branch to GitHub.

Expand Down

0 comments on commit a6f4ba8

Please sign in to comment.