File tree Expand file tree Collapse file tree 1 file changed +45
-0
lines changed Expand file tree Collapse file tree 1 file changed +45
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "branches" : [
3+ " main" ,
4+ " master"
5+ ],
6+ "ci" : false ,
7+ "plugins" : [
8+ [
9+ " @semantic-release/commit-analyzer" ,
10+ {
11+ "preset" : " conventionalcommits"
12+ }
13+ ],
14+ [
15+ " @semantic-release/release-notes-generator" ,
16+ {
17+ "preset" : " conventionalcommits"
18+ }
19+ ],
20+ [
21+ " @semantic-release/github" ,
22+ {
23+ "successComment" : " This ${issue.pull_request ? 'PR is included' : 'issue has been resolved'} in version ${nextRelease.version} :tada:" ,
24+ "labels" : false ,
25+ "releasedLabels" : false
26+ }
27+ ],
28+ [
29+ " @semantic-release/changelog" ,
30+ {
31+ "changelogFile" : " CHANGELOG.md" ,
32+ "changelogTitle" : " # Changelog\n\n All notable changes to this project will be documented in this file."
33+ }
34+ ],
35+ [
36+ " @semantic-release/git" ,
37+ {
38+ "assets" : [
39+ " CHANGELOG.md"
40+ ],
41+ "message" : " chore(release): version ${nextRelease.version} [skip ci]\n\n ${nextRelease.notes}"
42+ }
43+ ]
44+ ]
45+ }
You can’t perform that action at this time.
0 commit comments