Skip to content

Commit 732b55b

Browse files
committed
Build: Configure semantic release process
1 parent 3a8b26d commit 732b55b

File tree

3 files changed

+177
-175
lines changed

3 files changed

+177
-175
lines changed

.releaserc.json

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,23 @@
11
{
22
"plugins": [
3-
"@semantic-release/commit-analyzer",
4-
"@semantic-release/release-notes-generator",
3+
[
4+
"@semantic-release/commit-analyzer",
5+
{
6+
"preset": "eslint",
7+
"releaseRules": [
8+
{
9+
"type": "New",
10+
"release": "minor"
11+
}
12+
]
13+
}
14+
],
15+
[
16+
"@semantic-release/release-notes-generator",
17+
{
18+
"preset": "eslint"
19+
}
20+
],
521
[
622
"@semantic-release/changelog",
723
{
@@ -17,6 +33,5 @@
1733
}
1834
]
1935
],
20-
"preset": "eslint",
2136
"branches": ["main"]
2237
}

0 commit comments

Comments
 (0)