Skip to content

Commit b2a1a47

Browse files
committed
chore: update to release-please latest version
1 parent 27eba2f commit b2a1a47

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/release-pr.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ jobs:
1313
release-please:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: google-github-actions/release-please-action@v4
16+
- uses: googleapis/release-please-action@v4
1717
with:
1818
release-type: node
19-
package-name: "@stream-io/node-sdk"
20-
bump-minor-pre-major: true
21-
bump-patch-for-minor-pre-major: true

.release-please-manifest.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"bump-minor-pre-major": true,
3+
"bump-patch-for-minor-pre-major": true
4+
}

0 commit comments

Comments
 (0)