Skip to content

Commit 2e06b6a

Browse files
committed
chore: prepare for alpha release
1 parent ac86fcf commit 2e06b6a

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,11 @@ jobs:
9090
uses: ./.github/actions/setup
9191
- name: actions/sign_and_upload_package
9292
uses: ./.github/actions/sign_and_upload_package
93-
with:
93+
with:
9494
aws_role_arn: ${{ secrets.AWS_ROLE_ARN }}
9595
aws_region_name: 'us-east-1'
9696
aws_secret_id: ${{ secrets.AWS_SECRET_ID }}
9797
npm_package_name: 'mongodb-client-encryption'
98-
- run: npm publish --provenance
98+
- run: npm publish --provenance --tag=alpha
9999
env:
100-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
100+
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": true,
12+
"prerelease-type": "alpha",
13+
"versioning": "prerelease"
1214
}
1315
},
1416
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"

0 commit comments

Comments
 (0)