Skip to content

Commit

Permalink
chore: upgrade projen (#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-cdk-automation authored May 9, 2021
1 parent e178b6e commit 2474813
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 12 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/build.yml

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

1 change: 1 addition & 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 @@ -61,7 +61,7 @@
},
{
"name": "projen",
"version": "^0.17.78",
"version": "^0.17.83",
"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 2474813

Please sign in to comment.