Skip to content

Commit

Permalink
docs: update release procedure (#1447)
Browse files Browse the repository at this point in the history
* docs: update release procedure

* add note about min-gas-prices setting

* update broken link group

Co-authored-by: Rafael Tenfen <[email protected]>
  • Loading branch information
robert-zaremba and RafilxTenfen authored Oct 6, 2022
1 parent 91ab9fc commit 3d7aad6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,11 @@ branch.

## Release procedure

We follow semver (from v3.0.0):
We follow [Semantic Versioning](https://semver.org/) (from v3.0.0):

- major version update (eg 2.x.x -> 3.0.0) has API breaking changes or signals major feature update
- minor version update (eg 2.1.x -> 2.2.0) has no API nor state machine breaking changes. It can provide new functionality or bug fixes.
- patch version update (eg 2.1.0 -> 2.1.1) has no API nor state machine breaking changes nor new features. It only contains hot fixes.
- patch version update (eg 2.1.0 -> 2.1.1) has no API nor state machine breaking changes nor new features. It only contains backwards compatible bug fixes.

### Major Release Procedure

Expand Down
4 changes: 3 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

Release Procedure is defined in the [CONTRIBUTING](CONTRIBUTING.md#release-procedure) document.

## [Unreleased]

## v3.0.2

Gravity Bridge update. In v3.0.0 we enabled Gravity Bridge, but there was an error in the way how the
Expand Down Expand Up @@ -40,7 +42,7 @@ v3.0.0 improves upon the _umeemania_ testnet release (v2.0.x) which introduced o
- participate in governance of `x/leverage` [parameters](https://github.com/umee-network/umee/blob/main/proto/umee/leverage/v1/leverage.proto) file.
- `x/oracle` module - a decentralized price oracle for the `x/leverage` module, as well as any app built in the Umee blockchain. UMEE holders set `x/oracle` [parameters](https://github.com/umee-network/umee/blob/main/proto/umee/oracle/v1/oracle.proto) by governance.
- Cosmos v0.46 upgrade, which features:
- [`x/group`](https://tutorials.cosmos.network/tutorials/understanding-group/) module
- [`x/group`](https://tutorials.cosmos.network/tutorials/7-understand-sdk-modules/3-group.html) module
- [`x/nft`](https://github.com/cosmos/cosmos-sdk/tree/v0.46.1/x/nft/spec) module
- [Transaction Tips](https://github.com/cosmos/cosmos-sdk/blob/v0.46.0/RELEASE_NOTES.md#transaction-tips-and-sign_mode_direct_aux)
- [SIGN_MODE_DIRECT_AUX](https://github.com/cosmos/cosmos-sdk/blob/v0.46.0/RELEASE_NOTES.md#transaction-tips-and-sign_mode_direct_aux)
Expand Down

0 comments on commit 3d7aad6

Please sign in to comment.