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

Commit 512c940

Browse files
author
Benjamin E. Coe
authored
feat(build): document and update to 2.x (#59)
1 parent a88603e commit 512c940

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release-please.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
release-please:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: GoogleCloudPlatform/release-please-action@v1.5.0
10+
- uses: GoogleCloudPlatform/release-please-action@v2.0.0
1111
with:
1212
token: ${{ secrets.RELEASE_PR_TOKEN }}
1313
release-type: node

README.md

Lines changed: 2 additions & 2 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@v1.6.3
23+
- uses: GoogleCloudPlatform/release-please-action@v2.0.0
2424
with:
2525
token: ${{ secrets.GITHUB_TOKEN }}
2626
release-type: node
@@ -105,7 +105,7 @@ jobs:
105105
release-please:
106106
runs-on: ubuntu-latest
107107
steps:
108-
- uses: GoogleCloudPlatform/release-please-action@v1.6.3
108+
- uses: GoogleCloudPlatform/release-please-action@v2.0.0
109109
id: release
110110
with:
111111
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)