Skip to content

Commit

Permalink
docs: add the description of versioning rule (#330)
Browse files Browse the repository at this point in the history
* docs: add Releases

To explain our versiong rule

* fix: reflect comment

- reversed Y.Y.Y and ZZZ
- added additional information

* fix:  reflect comment

- reversed Z.Z.Z and YYY
-  fix explanation

* fix: reflect comment

* fix: fix format
  • Loading branch information
da1suk8 authored Nov 6, 2023
1 parent 344858d commit 7981317
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,8 @@ TBD
4. You may merge the pull request in once you have the sign-off of two other developers, or if you
do not have permission to do that, you may request the second reviewer to merge it for you.

## Releases

Release is maintained in a release branch named `vX.X.X+Z.Z.Z` where `vX.X.X` is the original CosmWasm's release version, `Z.Z.Z` is our release version and if additional information (e.g. rc, alpha) is needed, add `YYY` (e.g. `vX.X.X-YYY+Z.Z.Z`).

The reason we use build metadata (`+`) instead of pre-release versioning (`-`) is because CosmWasm's release version overrides the pre-release version.

0 comments on commit 7981317

Please sign in to comment.