Skip to content

Commit 0ab3b32

Browse files
author
bcoe
committed
fix(docs): document functional version of release-please
1 parent 9fcd7fb commit 0ab3b32

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/release-please.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
needs: [build]
2525
steps:
26-
- uses: GoogleCloudPlatform/release-please-action@v2.5.2
26+
- uses: GoogleCloudPlatform/release-please-action@v2.5.4
2727
with:
2828
token: ${{ secrets.RELEASE_PR_TOKEN }}
2929
release-type: node
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ubuntu-latest
3535
needs: [build]
3636
steps:
37-
- uses: GoogleCloudPlatform/release-please-action@v2.5.2
37+
- uses: GoogleCloudPlatform/release-please-action@v2.5.4
3838
with:
3939
token: ${{ secrets.GITHUB_TOKEN }}
4040
release-type: node

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.5.3
23+
- uses: GoogleCloudPlatform/release-please-action@v2.5.5
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.5.3
110+
- uses: GoogleCloudPlatform/release-please-action@v2.5.5
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.5.3
133+
- uses: GoogleCloudPlatform/release-please-action@v2.5.5
134134
id: release
135135
with:
136136
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)