Skip to content

Commit 655eab5

Browse files
authored
Merge pull request #4 from Yeggstry/setup
ci: updated commit analyzer to include other rules for release candidates
2 parents 4184abb + 6274e1f commit 655eab5

1 file changed

Lines changed: 21 additions & 1 deletion

File tree

.releaserc

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
11
{
22
"plugins": [
3-
"@semantic-release/commit-analyzer",
3+
[
4+
"@semantic-release/commit-analyzer",
5+
{
6+
"preset": "angular",
7+
"releaseRules": [
8+
{
9+
"type": "docs",
10+
"scope": "README",
11+
"release": "patch"
12+
},
13+
{
14+
"type": "refactor",
15+
"release": "patch"
16+
},
17+
{
18+
"scope": "no-release",
19+
"release": false
20+
}
21+
]
22+
}
23+
],
424
"@semantic-release/release-notes-generator",
525
[
626
"@semantic-release/npm",

0 commit comments

Comments
 (0)