Skip to content

Commit 2dcf18d

Browse files
committed
prepare for pre-release
1 parent a2daf76 commit 2dcf18d

4 files changed

Lines changed: 131 additions & 39 deletions

File tree

.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 }}

package-lock.json

Lines changed: 121 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@
2626
},
2727
"dependencies": {
2828
"@mongodb-js/saslprep": "^1.3.0",
29-
"bson": "^6.10.4",
30-
"mongodb-connection-string-url": "^3.0.2"
29+
"bson": "^7.0.0-alpha",
30+
"mongodb-connection-string-url": "^4.0.0-alpha"
3131
},
3232
"peerDependencies": {
3333
"@aws-sdk/credential-providers": "^3.806.0",
34-
"@mongodb-js/zstd": "^2.0.0",
34+
"@mongodb-js/zstd": "^3.0.0-alpha",
3535
"gcp-metadata": "^7.0.1",
36-
"kerberos": "^2.0.1",
37-
"mongodb-client-encryption": "^7.0.0-alpha",
36+
"kerberos": "^3.0.0-alpha",
37+
"mongodb-client-encryption": "^7.0.0-alpha.1",
3838
"snappy": "^7.3.2",
3939
"socks": "^2.8.6"
4040
},
@@ -67,7 +67,7 @@
6767
"@istanbuljs/nyc-config-typescript": "^1.0.2",
6868
"@microsoft/api-extractor": "^7.52.11",
6969
"@microsoft/tsdoc-config": "^0.17.1",
70-
"@mongodb-js/zstd": "^2.0.1",
70+
"@mongodb-js/zstd": "^3.0.0-alpha",
7171
"@types/chai": "^4.3.17",
7272
"@types/chai-subset": "^1.3.5",
7373
"@types/express": "^5.0.3",

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)