Skip to content

Commit

Permalink
chore: update README with cdktf upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
xiehan authored Nov 24, 2023
1 parent e913d6b commit 7b3d1e9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/update-cdktf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@ echo "Updating to cdktf version $CDKTF_VERSION"
yarn
sed -i "s/const cdktfVersion = \".*\";/const cdktfVersion = \">=$CDKTF_VERSION\";/" "$PROJECT_ROOT/.projenrc.ts"
CI=0 npx projen

echo "Updating README"
sed -i 's/`cdktf` >= .*/`cdktf` >= '"$CDKTF_VERSION"'/' "$PROJECT_ROOT/README.md"

0 comments on commit 7b3d1e9

Please sign in to comment.