Skip to content

Commit

Permalink
docs: document how to install the v1 (if v0 already installed)
Browse files Browse the repository at this point in the history
  • Loading branch information
aripalo committed Nov 25, 2024
1 parent 99ccb8f commit c352856
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,13 @@ Generally speaking you would be most interested in the following:

## Migration Guide

To upgrade to stable major version 1, run:
```sh
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 (see below):

### v0 to v1 Tagging behavior changes

Due to a bug in `v0`, the `Contact` and `Organization` tags were NOT applied as they were intended; This bug was fixed in `v1` which means that by default, upgrading from v0v1 introduces CloudFormation diff:
Expand Down

0 comments on commit c352856

Please sign in to comment.