docs: include upgrade reference in docs (#24380)

Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
This commit is contained in:
Tyler 2025-04-04 06:46:04 -07:00 committed by GitHub
parent 405f29d755
commit 0d68f6586e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Upgrading Cosmos SDK [v0.53.x](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.53.0)
# Upgrade Reference
This guide provides instructions for upgrading from `v0.50.x` to `v0.53.x` of Cosmos SDK.
This document provides a quick reference for the upgrades from `v0.50.x` to `v0.53.x` of Cosmos SDK.
Note, always read the **App Wiring Changes** section for more information on application wiring updates.

View File

@ -42,4 +42,6 @@ cp -r ./spec ./docs/build
cp -r ./rfc ./docs/build/rfc
## Add SDK migration documentation
cp -r ../UPGRADING.md ./docs/build/migrations/02-upgrading.md
cp -r ../UPGRADING.md ./docs/build/migrations/02-upgrade-reference.md
cp -r ../UPGRADE_GUIDE.md ./docs/build/migrations/03-upgrade-guide.md