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 c215be2 commit 169b154Copy full SHA for 169b154
.github/workflows/release.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
@@ -9,7 +9,10 @@
9
"release-type": "node",
10
"bump-minor-pre-major": false,
11
"bump-patch-for-minor-pre-major": false,
12
- "draft": false
+ "draft": false,
13
+ "prerelease-type": "alpha",
14
+ "prerelease": true,
15
+ "versioning": "prerelease"
16
}
17
18
0 commit comments