Skip to content

Commit 06d6785

Browse files
chore: update for alpha (#831)
1 parent 8664d78 commit 06d6785

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
- name: Install Node and dependencies
100100
uses: mongodb-labs/drivers-github-tools/node/setup@v2
101101

102-
- run: npm publish --provenance --tag=latest
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
@@ -10,7 +10,9 @@
1010
"bump-minor-pre-major": false,
1111
"bump-patch-for-minor-pre-major": false,
1212
"draft": false,
13-
"prerelease": false
13+
"prerelease-type": "alpha",
14+
"prerelease": true,
15+
"versioning": "prerelease"
1416
}
1517
}
1618
}

0 commit comments

Comments
 (0)