Skip to content

Commit ed2ea28

Browse files
authored
Merge pull request #4 from metacontroller/config
fix(release): Customize
2 parents 848a4e4 + 4ba86b4 commit ed2ea28

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.semrelrc

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"plugins": {
3+
"commit-analyzer": {
4+
"name": "default@^1.0.0"
5+
},
6+
"ci-condition": {
7+
"name": "github"
8+
},
9+
"changelog-generator": {
10+
"name": "default",
11+
"options": {
12+
"emojis": "false"
13+
}
14+
},
15+
"provider": {
16+
"name": "github",
17+
"options": {
18+
"github_use_compare_commits": "true"
19+
}
20+
},
21+
"files-updater": {
22+
"names": ["CHANGELOG.md"]
23+
}
24+
}
25+
}

0 commit comments

Comments
 (0)