Skip to content

Commit df2e433

Browse files
authored
chore: prepare for alpha release (#94)
1 parent 36e96ca commit df2e433

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/release.yml

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

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

release-please-config.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
"bump-minor-pre-major": false,
99
"bump-patch-for-minor-pre-major": false,
1010
"draft": false,
11-
"prerelease": false
11+
"prerelease-type": "alpha",
12+
"prerelease": true,
13+
"versioning": "prerelease"
1214
}
1315
},
1416
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"

0 commit comments

Comments
 (0)