Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Commit

Permalink
feat(deps): upgrade to release-please 6.9.0 (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
bharathkkb committed Nov 19, 2020
1 parent 06fa639 commit 40aba5e
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 37 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -20,7 +20,7 @@ Automate releases with Conventional Commit Messages.
release-please:
runs-on: ubuntu-latest
steps:
- uses: GoogleCloudPlatform/release-please-action@v2.6.0
- uses: GoogleCloudPlatform/release-please-action@v2.7.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: node
Expand Down Expand Up @@ -108,7 +108,7 @@ To output more commit information in the changelog, a JSON formatted String can
release-please:
runs-on: ubuntu-latest
steps:
- uses: GoogleCloudPlatform/release-please-action@v2.6.0
- uses: GoogleCloudPlatform/release-please-action@v2.7.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: node
Expand All @@ -131,7 +131,7 @@ jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: GoogleCloudPlatform/release-please-action@v2.6.0
- uses: GoogleCloudPlatform/release-please-action@v2.7.0
id: release
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
71 changes: 38 additions & 33 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -25,7 +25,7 @@
"homepage": "https://github.com/bcoe/release-please-action#readme",
"dependencies": {
"@actions/core": "^1.2.6",
"release-please": "^6.7.0"
"release-please": "^6.9.0"
},
"devDependencies": {
"@zeit/ncc": "^0.22.3",
Expand Down

0 comments on commit 40aba5e

Please sign in to comment.