-
Notifications
You must be signed in to change notification settings - Fork 41
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
Mark v1.20.0-rc4 #2203
Mark v1.20.0-rc4 #2203
Conversation
# Conflicts: # RELEASE_CHANGELOG.md
WalkthroughThis pull request involves the deletion of several changelog files documenting various improvements and bug fixes related to command functionalities and configuration settings. Key changes include updates 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 (
|
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.
Actionable comments posted: 0
🧹 Outside diff range and nitpick comments (1)
CHANGELOG.md (1)
72-73
: Consider formatting bare URLs as markdown links.The commit history comparison URLs should be formatted as markdown links for better readability and consistency with the rest of the document.
-* https://github.com/provenance-io/provenance/compare/v1.20.0-rc3...v1.20.0-rc4 -* https://github.com/provenance-io/provenance/compare/v1.19.1...v1.20.0-rc4 +* [v1.20.0-rc3...v1.20.0-rc4](https://github.com/provenance-io/provenance/compare/v1.20.0-rc3...v1.20.0-rc4) +* [v1.19.1...v1.20.0-rc4](https://github.com/provenance-io/provenance/compare/v1.19.1...v1.20.0-rc4)🧰 Tools
🪛 Markdownlint
72-72: null
Bare URL used(MD034, no-bare-urls)
73-73: null
Bare URL used(MD034, no-bare-urls)
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
📒 Files selected for processing (8)
- .changelog/unreleased/bug-fixes/2148-fix-recordspec-cli.md (0 hunks)
- .changelog/unreleased/bug-fixes/2198-fix-gov-props.md (0 hunks)
- .changelog/unreleased/bug-fixes/2199-fix-wasm-build-addr.md (0 hunks)
- .changelog/unreleased/improvements/2121-commit-timeout.md (0 hunks)
- .changelog/unreleased/improvements/2181-combine-changelog-dep-lines.md (0 hunks)
- .changelog/unreleased/improvements/2192-use-v1-20-0-in-spec-links.md (0 hunks)
- .changelog/unreleased/improvements/2195-hide-md-mig-events.md (0 hunks)
- CHANGELOG.md (1 hunks)
💤 Files with no reviewable changes (7)
- .changelog/unreleased/bug-fixes/2148-fix-recordspec-cli.md
- .changelog/unreleased/bug-fixes/2198-fix-gov-props.md
- .changelog/unreleased/bug-fixes/2199-fix-wasm-build-addr.md
- .changelog/unreleased/improvements/2121-commit-timeout.md
- .changelog/unreleased/improvements/2181-combine-changelog-dep-lines.md
- .changelog/unreleased/improvements/2192-use-v1-20-0-in-spec-links.md
- .changelog/unreleased/improvements/2195-hide-md-mig-events.md
🧰 Additional context used
🪛 Markdownlint
CHANGELOG.md
72-72: null
Bare URL used(MD034, no-bare-urls)
73-73: null
Bare URL used(MD034, no-bare-urls)
🔇 Additional comments (1)
CHANGELOG.md (1)
55-74
: LGTM! Well-structured changelog entry.The v1.20.0-rc4 changelog entry is well organized with:
- Clear version number and date
- Properly categorized changes under Improvements and Bug Fixes
- Links to relevant PRs and issues
- Full commit history references
🧰 Tools
🪛 Markdownlint
72-72: null
Bare URL used(MD034, no-bare-urls)
73-73: null
Bare URL used(MD034, no-bare-urls)
Description
This PR marks
v1.20.0-rc4
inmain
.It's basically a frontport of this PR:
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
Release Notes for Version v1.20.0-rc4
New Features
query wasm build-addr
command for better usability.Improvements
v1.20.0
.Bug Fixes