diff --git a/UPGRADING.md b/UPGRADING.md index 88da03e89d..9719d27ecb 100644 --- a/UPGRADING.md +++ b/UPGRADING.md @@ -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. diff --git a/docs/pre.sh b/docs/pre.sh index f004d2f309..11b507a6c7 100755 --- a/docs/pre.sh +++ b/docs/pre.sh @@ -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