From 0d68f6586e5c91ddb8510fae1ccb217fc0b2ce02 Mon Sep 17 00:00:00 2001 From: Tyler <48813565+technicallyty@users.noreply.github.com> Date: Fri, 4 Apr 2025 06:46:04 -0700 Subject: [PATCH] docs: include upgrade reference in docs (#24380) Co-authored-by: Alex | Interchain Labs --- UPGRADING.md | 4 ++-- docs/pre.sh | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) 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