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

Commit 40aba5e

Browse files
authored
feat(deps): upgrade to release-please 6.9.0 (#100)
1 parent 06fa639 commit 40aba5e

3 files changed

Lines changed: 42 additions & 37 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.6.0
23+
- uses: GoogleCloudPlatform/release-please-action@v2.7.0
2424
with:
2525
token: ${{ secrets.GITHUB_TOKEN }}
2626
release-type: node
@@ -108,7 +108,7 @@ To output more commit information in the changelog, a JSON formatted String can
108108
release-please:
109109
runs-on: ubuntu-latest
110110
steps:
111-
- uses: GoogleCloudPlatform/release-please-action@v2.6.0
111+
- uses: GoogleCloudPlatform/release-please-action@v2.7.0
112112
with:
113113
token: ${{ secrets.GITHUB_TOKEN }}
114114
release-type: node
@@ -131,7 +131,7 @@ jobs:
131131
release-please:
132132
runs-on: ubuntu-latest
133133
steps:
134-
- uses: GoogleCloudPlatform/release-please-action@v2.6.0
134+
- uses: GoogleCloudPlatform/release-please-action@v2.7.0
135135
id: release
136136
with:
137137
token: ${{ secrets.GITHUB_TOKEN }}

package-lock.json

Lines changed: 38 additions & 33 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.7.0"
28+
"release-please": "^6.9.0"
2929
},
3030
"devDependencies": {
3131
"@zeit/ncc": "^0.22.3",

0 commit comments

Comments
 (0)