We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c56a617 commit cbdd1f6Copy full SHA for cbdd1f6
tools/spectral/ipa/package.json
@@ -38,11 +38,10 @@
38
"auto-changelog" : {
39
"package" : true,
40
"commitPattern": "[a-z]+\\(ipa\\):",
41
- "startingVersion" : "0.0.1",
+ "startingVersion" : "ipa-validation-ruleset-v0.0.1",
42
"hideCredit": true,
43
- "tagPattern": "none",
+ "tagPattern": "ipa-validation-ruleset-v\\d+\\.\\d+\\.\\d+",
44
"hideEmptyReleases" : true,
45
- "contributors": false,
46
- "changeCount": 0
+ "contributors": false
47
}
48
0 commit comments