From d857ca44c42b76cb47eb4b23d1e9b92297452f41 Mon Sep 17 00:00:00 2001 From: Ari Palo Date: Mon, 25 Nov 2024 23:16:49 +0200 Subject: [PATCH] docs: make the exception section important block --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e099066..d57439e 100644 --- a/README.md +++ b/README.md @@ -221,7 +221,8 @@ To upgrade to stable major version 1, run: npm i -D @alma-cdk/project@1 ``` -No other source code changes are required and no CloudFormation diff will be caused by this upgrade, **with the EXCEPTION of how you want to control the [tagging behavior changes](#v0-to-v1-tagging-behavior-changes)**. +> [!Important] +> No other source code changes are required and no CloudFormation diff will be caused by this upgrade, **with the EXCEPTION of how you want to control the [tagging behavior changes](#v0-to-v1-tagging-behavior-changes)**. > [!Tip] > It's recommended to run `cdk diff` against your existing CDK stacks to verify the effects of the upgrade (instead of blindly deploying).