Skip to content

Commit 169b154

Browse files
chore: prepare for alpha release (#282)
1 parent c215be2 commit 169b154

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
with:
101101
ignore_install_scripts: true
102102

103-
- run: npm publish --provenance
103+
- run: npm publish --provenance --tag alpha
104104
if: ${{ needs.release_please.outputs.release_created }}
105105
env:
106106
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

release-please-config.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@
99
"release-type": "node",
1010
"bump-minor-pre-major": false,
1111
"bump-patch-for-minor-pre-major": false,
12-
"draft": false
12+
"draft": false,
13+
"prerelease-type": "alpha",
14+
"prerelease": true,
15+
"versioning": "prerelease"
1316
}
1417
}
1518
}

0 commit comments

Comments
 (0)