Skip to content

Commit

Permalink
chore: upgrade projen (#39)
Browse files Browse the repository at this point in the history
This PR upgrades projen to the latest version
  • Loading branch information
aws-cdk-automation committed May 6, 2021
1 parent fb2c500 commit 7aefc14
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 7 deletions.
2 changes: 2 additions & 0 deletions .npmignore

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

2 changes: 1 addition & 1 deletion .projen/deps.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
},
{
"name": "projen",
"version": "^0.17.78",
"version": "^0.17.81",
"type": "build"
},
{
Expand Down
2 changes: 1 addition & 1 deletion .projen/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"description": "Bumps version based on latest git tag and generates a changelog entry",
"steps": [
{
"exec": "git describe --tags --match=\"v*\" --first-parent --abbrev=0 > .version.tmp.json"
"exec": "git -c \"versionsort.suffix=-\" tag --sort=\"-version:refname\" --list \"v*\" | head -n1 > .version.tmp.json"
},
{
"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 7aefc14

Please sign in to comment.