Skip to content

Commit ae34ca2

Browse files
author
Sophia Marie Terry
committed
Fix changelog config for first release
1 parent 7590929 commit ae34ca2

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

tools/spectral/ipa/package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,12 @@
3636
},
3737
"auto-changelog" : {
3838
"package" : true,
39-
"commitPattern" : "[a-z]+(ipa): ",
40-
"startingVersion" : "0.1.0",
41-
"hideEmptyReleases" : true
39+
"commitPattern": "[a-z]+\\(ipa\\):",
40+
"startingVersion" : "0.0.1",
41+
"hideCredit": true,
42+
"tagPattern": "none",
43+
"hideEmptyReleases" : true,
44+
"contributors": false,
45+
"changeCount": 0
4246
}
4347
}

0 commit comments

Comments
 (0)