Skip to content

Commit ad8a705

Browse files
Build: Adjust commit analyser config
Accidently commited angular commit rule schema.
1 parent 9942a49 commit ad8a705

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.releaserc

+2-10
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
{
22
"branch": "master",
33
"tagFormat": "${version}",
4-
"analyzeCommits": {
5-
"preset": "eslint",
6-
"releaseRules": [
7-
{"type": "Upgrade", "release": "patch"}
8-
]
9-
},
104
"verifyConditions": [
115
{
126
"path": "@semantic-release/changelog",
@@ -33,11 +27,9 @@
3327
"publish": ["@semantic-release/github", "@semantic-release/npm"],
3428
"plugins": [
3529
["@semantic-release/commit-analyzer", {
36-
"preset": "angular",
30+
"preset": "eslint",
3731
"releaseRules": [
38-
{"type": "docs", "scope":"README", "release": "patch"},
39-
{"type": "refactor", "release": "patch"},
40-
{"type": "style", "release": "patch"}
32+
{"type": "Upgrade", "release": "patch"}
4133
],
4234
}],
4335
]

0 commit comments

Comments
 (0)