Skip to content

Commit 14b9b0f

Browse files
author
Benjamin E. Coe
authored
feat(deps): release-please with support for alternate release branches (#79)
1 parent 55b3ba3 commit 14b9b0f

3 files changed

Lines changed: 54 additions & 42 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Automate releases with Conventional Commit Messages.
2020
release-please:
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: GoogleCloudPlatform/release-please-action@v2.4.0
23+
- uses: GoogleCloudPlatform/release-please-action@v2.5.0
2424
with:
2525
token: ${{ secrets.GITHUB_TOKEN }}
2626
release-type: node
@@ -107,7 +107,7 @@ To output more commit information in the changelog, a JSON formatted String can
107107
release-please:
108108
runs-on: ubuntu-latest
109109
steps:
110-
- uses: GoogleCloudPlatform/release-please-action@v2.4.0
110+
- uses: GoogleCloudPlatform/release-please-action@v2.5.0
111111
with:
112112
token: ${{ secrets.GITHUB_TOKEN }}
113113
release-type: node
@@ -130,7 +130,7 @@ jobs:
130130
release-please:
131131
runs-on: ubuntu-latest
132132
steps:
133-
- uses: GoogleCloudPlatform/release-please-action@v2.4.0
133+
- uses: GoogleCloudPlatform/release-please-action@v2.5.0
134134
id: release
135135
with:
136136
token: ${{ secrets.GITHUB_TOKEN }}

package-lock.json

Lines changed: 50 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"homepage": "https://github.com/bcoe/release-please-action#readme",
2626
"dependencies": {
2727
"@actions/core": "^1.2.6",
28-
"release-please": "^6.2.0"
28+
"release-please": "^6.4.0"
2929
},
3030
"devDependencies": {
3131
"@zeit/ncc": "^0.22.3",

0 commit comments

Comments
 (0)