Skip to content

Commit 08c46d4

Browse files
authored
chore: Create .releaserc.json
1 parent 1a43809 commit 08c46d4

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.releaserc.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"branch": "master",
3+
"plugins": [
4+
[
5+
"@semantic-release/commit-analyzer",
6+
{
7+
"preset": "angular",
8+
"releaseRules": [
9+
{"breaking": true, "release": "minor"},
10+
{"tag": "Breaking", "release": "minor"}
11+
]
12+
}
13+
],
14+
"@semantic-release/release-notes-generator",
15+
"@semantic-release/changelog",
16+
[
17+
"@semantic-release/git",
18+
{
19+
"message": "chore(release): ${nextRelease.version} ${nextRelease.notes}"
20+
}
21+
],
22+
"@semantic-release/github"
23+
]
24+
}

0 commit comments

Comments
 (0)