Skip to content

Commit

Permalink
chore: upgrade projen (#233)
Browse files Browse the repository at this point in the history
Co-authored-by: cdk8s-automation <[email protected]>
  • Loading branch information
cdk8s-automation and cdk8s-automation authored May 13, 2021
1 parent 6da67e6 commit 3145c4a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .projen/deps.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
},
{
"name": "projen",
"version": "^0.17.84",
"version": "^0.17.85",
"type": "build"
},
{
Expand Down
3 changes: 3 additions & 0 deletions .projen/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@
{
"exec": "git -c \"versionsort.suffix=-\" tag --sort=\"-version:refname\" --list \"v*\" | head -n1 > .version.tmp.json"
},
{
"exec": "if [ \"$(cat .version.tmp.json)\" == \"\" ]; then echo \"v0.1.0\" > .version.tmp.json; fi"
},
{
"exec": "standard-version"
}
Expand Down
2 changes: 1 addition & 1 deletion package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions yarn.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3145c4a

Please sign in to comment.