Skip to content

Commit 2bb010b

Browse files
ci fixes
1 parent 3d51c76 commit 2bb010b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tools/spectral/ipa/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mongodb-js/ipa-validation-ruleset",
3-
"version": "2.0.1",
3+
"version": "2.0.0",
44
"description": "Custom validation rules for MongoDB API Standards (IPA).",
55
"keywords": [
66
"mongodb",
@@ -19,8 +19,8 @@
1919
"author": "MongoDB",
2020
"main": "ipa-spectral.yaml",
2121
"type": "module",
22-
"scripts" : {
23-
"gen-ipa-changelog" : "npx auto-changelog"
22+
"scripts": {
23+
"gen-ipa-changelog": "npx auto-changelog"
2424
},
2525
"dependencies": {
2626
"@stoplight/spectral-cli": "6.15.0",
@@ -36,15 +36,15 @@
3636
"devDependencies": {
3737
"auto-changelog": "2.5.0"
3838
},
39-
"auto-changelog" : {
39+
"auto-changelog": {
4040
"package": true,
4141
"commitPattern": "[a-z]+\\(ipa\\):",
4242
"startingVersion": "ipa-validation-ruleset-v1.0.0",
4343
"hideCredit": true,
4444
"tagPattern": "ipa-validation-ruleset-v\\d+\\.\\d+\\.\\d+",
4545
"tagPrefix": "ipa-validation-ruleset-v",
4646
"ignoreCommitPattern": "^ci.*$",
47-
"hideEmptyReleases" : true,
47+
"hideEmptyReleases": true,
4848
"contributors": false
4949
}
5050
}

0 commit comments

Comments
 (0)