Skip to content

Commit

Permalink
chore: upgrade projen (#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-cdk-automation authored Apr 25, 2021
1 parent f76da2c commit 3d44310
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 7 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,10 @@ jobs:
- name: Commit and push changes (if any)
run: 'git diff --exit-code || (git commit -am "chore: self mutation" && git push
origin HEAD:${{ github.event.pull_request.head.ref }})'
- if: ${{ github.repository == github.event.pull_request.head.repo.full_name }}
name: Update status check
run: gh api -X POST /repos/${{ github.event.pull_request.head.repo.full_name
}}/check-runs -F name="build" -F head_sha="$(git rev-parse HEAD)" -F
status="completed" -F conclusion="success"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
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.59",
"version": "^0.17.62",
"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 --abbrev=0 --tags > .version.tmp.json"
"exec": "git describe --tags --match=\"v*\" --first-parent --abbrev=0 > .version.tmp.json"
},
{
"exec": "standard-version"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"jest": "^26.4.2",
"jest-junit": "^12",
"json-schema": "^0.2.5",
"projen": "^0.17.59",
"projen": "^0.17.62",
"standard-version": "^9",
"ts-jest": "^26.1.0",
"typescript": "^3.9.5"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4419,10 +4419,10 @@ progress@^2.0.0:
resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz#7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8"
integrity sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==

projen@^0.17.59:
version "0.17.59"
resolved "https://registry.yarnpkg.com/projen/-/projen-0.17.59.tgz#d62d9ad4d9145b5ff16e8654883c185b039f5b97"
integrity sha512-wTr/WWoW88vLTFg67MzpM+SbPSp5ryIp1iFz++tzDQuKeqODHZ9zobHnhV0yCGU/zfTiQT1ET4qmZRq7ihCY3A==
projen@^0.17.62:
version "0.17.62"
resolved "https://registry.yarnpkg.com/projen/-/projen-0.17.62.tgz#4828ff92a9e89fc8bff4f8f2cf565216d2359206"
integrity sha512-wHMY/ZicPvqf6XCr5Lu7/2ConCgZMIyQOrB0GwPZ+UYuV7Bk8He7jBJn/w3WKyE79EZdszfaRjEU3utzqqDOqw==
dependencies:
"@iarna/toml" "^2.2.5"
chalk "^4.1.0"
Expand Down

0 comments on commit 3d44310

Please sign in to comment.