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 036d901 commit 1fd20b2Copy full SHA for 1fd20b2
.github/workflows/release_6.1.yml
@@ -100,7 +100,7 @@ jobs:
100
with:
101
ignore_install_scripts: true
102
103
- - run: npm publish --provenance
+ - run: npm publish --provenance --tag alpha
104
if: ${{ needs.release_please.outputs.release_created }}
105
env:
106
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
release-please-config.json
@@ -7,8 +7,11 @@
7
"release-type": "node",
8
"bump-minor-pre-major": false,
9
"bump-patch-for-minor-pre-major": false,
10
- "draft": false
+ "draft": false,
11
+ "prerelease-type": "alpha",
12
+ "prerelease": true,
13
+ "versioning": "prerelease"
14
}
15
},
16
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
-}
17
+}
0 commit comments