docs: include upgrade reference in docs (#24380)
Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
This commit is contained in:
parent
405f29d755
commit
0d68f6586e
@ -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.
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user