Skip to content

Commit

Permalink
docs: make the exception section important block
Browse files Browse the repository at this point in the history
  • Loading branch information
aripalo committed Nov 25, 2024
1 parent 7186d16 commit d857ca4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit d857ca4

Please sign in to comment.