From 3d7aad6a4b56c1826646cc15370e48a12f911370 Mon Sep 17 00:00:00 2001 From: Robert Zaremba Date: Thu, 6 Oct 2022 04:05:17 +0100 Subject: [PATCH] docs: update release procedure (#1447) * docs: update release procedure * add note about min-gas-prices setting * update broken link group Co-authored-by: Rafael Tenfen --- CONTRIBUTING.md | 4 ++-- RELEASE_NOTES.md | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d05df108ac..2b9feaebb1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 801cb2bcf5..2ce3c2f3c9 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -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 @@ -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)