-
Notifications
You must be signed in to change notification settings - Fork 42
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
Make prep-release.sh copy summary.md into unreleased for release candidates. #2178
Conversation
… that it's in line with our replacement which is based on v0.50.10.
…sh unreleased directory so that it's harder for that content to get lost.
…ate on the release branch.
Caution Review failedThe pull request is closed. WalkthroughThe pull request introduces enhancements to the Changes
Possibly related PRs
Suggested reviewers
Poem
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Gonna skip this PR and just create the release branch with the changes, then carry this back to |
Description
This PR:
prep-release.sh
script to fix an invalid sed statement causing minor version validation to fail.prep-release.sh
script copy thesummary.md
intounreleased
when the new version is a release candidate.go.mod
changes the version on the import line forcosmos-sdk
. There's no change to the replace line for it though, so it's not actually a version bump; it's just making that import line match the version of the SDK that our fork's replacement is based on.Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.
docs/
) or specification (x/<module>/spec/
).godoc
comments..changelog/unreleased
(see Adding Changes).Files changed
in the Github PR explorer.Codecov Report
in the comment section below once CI passes.Summary by CodeRabbit
New Features
Bug Fixes
Chores