Skip to content

Commit 0c7cad8

Browse files
authored
Merge branch 'main' into fix-release
2 parents 4c368a4 + 195bf2d commit 0c7cad8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ipa-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ jobs:
5151
#npm publish --access public
5252
#working-directory: tools/spectral/ipa
5353
#env:
54-
#NODE_AUTH_TOKEN: ${{ secrets.IPA_VALIDATION_TOKEN }}
54+
#NODE_AUTH_TOKEN: ${{ secrets.IPA_VALIDATION_TOKEN }}

tools/spectral/ipa/package-lock.json

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

tools/spectral/ipa/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mongodb-js/ipa-validation-ruleset",
3-
"version": "0.0.1-dev1",
3+
"version": "0.0.1",
44
"description": "Custom validation rules for MongoDB API Standards (IPA).",
55
"keywords": [
66
"mongodb",

0 commit comments

Comments
 (0)