Skip to content

Commit

Permalink
feat(deps): upgrade to release-please 6.7.0 (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Nov 8, 2020
1 parent 1be1fa9 commit 6461ef3
Show file tree
Hide file tree
Showing 4 changed files with 94 additions and 77 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.5.6
- uses: GoogleCloudPlatform/release-please-action@v2.6.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.5.6
- uses: GoogleCloudPlatform/release-please-action@v2.6.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.5.5
- uses: GoogleCloudPlatform/release-please-action@v2.6.0
id: release
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -29,7 +29,7 @@ inputs:
command:
description: 'release-please command to run, either "github-release", or "release-pr" (defaults to running both)'
require: false
verssion-file:
version-file:
description: 'provide a path to a version file to increment (used by ruby releaser)'
require: false
runs:
Expand Down
161 changes: 89 additions & 72 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.6.0"
"release-please": "^6.7.0"
},
"devDependencies": {
"@zeit/ncc": "^0.22.3",
Expand Down

0 comments on commit 6461ef3

Please sign in to comment.