-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: clean-up all replaces and add tagging process #16528
Conversation
@@ -215,3 +215,28 @@ Currently residing Stable Release Managers: | |||
|
|||
* @tac0turtle - Marko Baricevic | |||
* @julienrbrt - Julien Robert | |||
|
|||
## Cosmos SDK Modules |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cc @tac0turtle
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for the addition to the release process
(cherry picked from commit 7a55c93) # Conflicts: # go.sum # simapp/go.sum # tests/go.sum # tools/confix/go.sum # tools/cosmovisor/go.mod # tools/cosmovisor/go.sum # x/evidence/go.sum # x/nft/go.sum # x/upgrade/go.sum
#16539) Co-authored-by: Julien Robert <julien@rbrt.fr>
github.com/cometbft/cometbft v0.38.0-rc1 | ||
github.com/cosmos/cosmos-db v1.0.0 | ||
// this version is not used as it is always replaced by the latest Cosmos SDK version | ||
github.com/cosmos/cosmos-sdk v0.50.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why was 0.51 set here? getting an error when trying to create new go mods
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Because it is always replaced. It allows simapp on main to properly display the next sdk version (simapp version --long)
So it does not matter. When you have new go mod, you need to use latest main or have it replace the sdk.
Description
Author Checklist
All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.
I have...
!
to the type prefix if API or client breaking changeCHANGELOG.md
Reviewers Checklist
All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items.
I have...
!
in the type prefix if API or client breaking change