Skip to content

Commit

Permalink
fix formatting of semver
Browse files Browse the repository at this point in the history
  • Loading branch information
mristin committed Jan 17, 2024
1 parent fc8c96a commit f24c9b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ When you want to update the version, please undertake the following steps:
We use [SemVer] for versioning.
Given a version number `MAJOR.MINOR.PATCH`, increment the:

1) `MAJOR` version when you make incompatible API changes,
2) `MINOR` version when you add functionality in a backward compatible manner, and
3) `PATCH` version when you make backward compatible bug fixes
* `MAJOR` version when you make incompatible API changes,
* `MINOR` version when you add functionality in a backward compatible manner, and
* `PATCH` version when you make backward compatible bug fixes

Release candidates are suffixed with `-alpha.1`, `-alpha.2` *etc.*

Expand Down

0 comments on commit f24c9b5

Please sign in to comment.