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

Commit

Permalink
feat(deps): release-please with support for alternate release branch…
Browse files Browse the repository at this point in the history
…es (#79)
  • Loading branch information
bcoe committed Oct 8, 2020
1 parent 55b3ba3 commit 14b9b0f
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 42 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
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.4.0
- uses: GoogleCloudPlatform/release-please-action@v2.5.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: node
Expand Down Expand Up @@ -107,7 +107,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.4.0
- uses: GoogleCloudPlatform/release-please-action@v2.5.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: node
Expand All @@ -130,7 +130,7 @@ jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: GoogleCloudPlatform/release-please-action@v2.4.0
- uses: GoogleCloudPlatform/release-please-action@v2.5.0
id: release
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
88 changes: 50 additions & 38 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
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"homepage": "https://github.com/bcoe/release-please-action#readme",
"dependencies": {
"@actions/core": "^1.2.6",
"release-please": "^6.2.0"
"release-please": "^6.4.0"
},
"devDependencies": {
"@zeit/ncc": "^0.22.3",
Expand Down

0 comments on commit 14b9b0f

Please sign in to comment.