Skip to content

Commit cbdd1f6

Browse files
ci(ipa): use release tags for IPA ruleset
1 parent c56a617 commit cbdd1f6

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

tools/spectral/ipa/package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,10 @@
3838
"auto-changelog" : {
3939
"package" : true,
4040
"commitPattern": "[a-z]+\\(ipa\\):",
41-
"startingVersion" : "0.0.1",
41+
"startingVersion" : "ipa-validation-ruleset-v0.0.1",
4242
"hideCredit": true,
43-
"tagPattern": "none",
43+
"tagPattern": "ipa-validation-ruleset-v\\d+\\.\\d+\\.\\d+",
4444
"hideEmptyReleases" : true,
45-
"contributors": false,
46-
"changeCount": 0
45+
"contributors": false
4746
}
4847
}

0 commit comments

Comments
 (0)