Skip to content
This repository was archived by the owner on Aug 15, 2024. It is now read-only.

Commit 60ae28e

Browse files
author
bcoe
committed
fix(build): document working version of release-please
1 parent 291e00f commit 60ae28e

2 files changed

Lines changed: 21 additions & 5 deletions

File tree

.github/workflows/release-please.yaml

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,30 @@ on:
22
push:
33
branches:
44
- main
5-
name: release-please
5+
name: release-please-pr
66
jobs:
77
release-please:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: GoogleCloudPlatform/release-please-action@31e1a25ccf4f8df92fdb4066e3650a6167e5fe25
10+
- uses: GoogleCloudPlatform/release-please-action@2.4.0
1111
with:
1212
token: ${{ secrets.RELEASE_PR_TOKEN }}
1313
release-type: node
1414
fork: true
1515
package-name: release-please-action
16+
command: release-pr
17+
on:
18+
push:
19+
branches:
20+
- main
21+
name: release-please-release
22+
jobs:
23+
release-please:
24+
runs-on: ubuntu-latest
25+
steps:
26+
- uses: GoogleCloudPlatform/release-please-action@2.4.0
27+
with:
28+
token: ${{ secrets.GITHUB_TOKEN }}
29+
release-type: node
30+
package-name: release-please-action
31+
command: github-release

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

0 commit comments

Comments
 (0)