We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27eba2f commit b2a1a47Copy full SHA for b2a1a47
.github/workflows/release-pr.yml
@@ -13,9 +13,6 @@ jobs:
13
release-please:
14
runs-on: ubuntu-latest
15
steps:
16
- - uses: google-github-actions/release-please-action@v4
+ - uses: googleapis/release-please-action@v4
17
with:
18
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
@@ -0,0 +1,4 @@
1
+{
2
+ "bump-minor-pre-major": true,
3
+ "bump-patch-for-minor-pre-major": true
4
+}
0 commit comments