Skip to content

Commit 2e8dcdb

Browse files
committed
ci: update fules for commit-anazlyzer
also, added `.json` to `.releaserc` for syntactic highlighting
1 parent 7c61350 commit 2e8dcdb

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.releaserc .releaserc.json

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
{
2-
"branches": ["main", "next"],
2+
"branches": ["main"],
33
"plugins": [
44
["@semantic-release/commit-analyzer", {
55
"preset": "angular",
6-
"releaseRules": [
7-
{"type": "docs", "scope":"README", "release": "patch"},
8-
{"type": "refactor", "release": "patch"},
9-
{"type": "style", "release": "patch"}
10-
],
116
"parserOpts": {
127
"noteKeywords": ["BREAKING CHANGE", "BREAKING CHANGES", "BREAKING"]
138
}

0 commit comments

Comments
 (0)