Closed SpicyLemon closed 1 month ago
[!CAUTION]
Review failed
The pull request is closed.
The pull request introduces enhancements to the prep-release.sh
script, focusing on handling release candidates and managing changelog entries. Key modifications include improved logic for release candidates, refined validation for version numbers, enhanced verbose output, consistent temporary directory management, and better error handling. Additionally, the go.mod
file is updated to reflect a minor version upgrade of the github.com/cosmos/cosmos-sdk
dependency and adjustments to replace
directives for provenance-specific implementations.
File | Change Summary |
---|---|
.changelog/prep-release.sh | - Added logic for handling release candidates. - Refined validation logic for version numbers. - Enhanced verbose output. - Improved temporary directory management. - Enhanced error handling. |
go.mod | - Updated github.com/cosmos/cosmos-sdk from v0.50.7 to v0.50.10 .- Updated replace directives for cosmos-sdk and wasmd to provenance-specific versions. |
cosmos-sdk
version, which is relevant to the changes in the go.mod
file of the main PR that also involves updating the cosmos-sdk
dependency.In the burrow, scripts do play,
Enhancements made, hip-hip-hooray!
Release candidates now in sight,
With clearer paths, all feels right.
Dependencies updated, hopping along,
Changelog entries sing a new song! 🐇✨
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?
Gonna skip this PR and just create the release branch with the changes, then carry this back to main
in the PR that marks v1.20.0-rc1
in the changelog.
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