Skip to content

Commit

Permalink
docs: add Releases
Browse files Browse the repository at this point in the history
To explain our versiong rule
  • Loading branch information
da1suk8 committed Oct 13, 2023
1 parent 344858d commit 95c3464
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+Y.Y.Y-ZZZ` where `vX.X.X` is the original CosmWasm's release version, `Y.Y.Y` is our release version and `ZZZ` is additional information (e.g. rc, alpha).

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 95c3464

Please sign in to comment.