Skip to content

Commit d136cbc

Browse files
committed
refactor: 워크플로에서 동적으로 생성되던 설정 파일 분리
1 parent bec3c67 commit d136cbc

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.releaserc

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,29 @@
66
"prerelease": true,
77
"channel": "beta"
88
}
9+
],
10+
"plugins": [
11+
[
12+
"@semantic-release/commit-analyzer",
13+
{
14+
"preset": "conventionalcommits",
15+
"releaseRules": [
16+
{ "type": "feat", "release": "minor" },
17+
{ "type": "fix", "release": "patch" },
18+
{ "type": "perf", "release": "patch" },
19+
{ "type": "refactor", "release": "patch" },
20+
{ "type": "test", "release": "patch" },
21+
{ "type": "chore", "release": "patch" },
22+
{ "type": "ci", "release": "patch" },
23+
{ "type": "revert", "release": "patch" }
24+
]
25+
}
26+
],
27+
[
28+
"@semantic-release/release-notes-generator",
29+
{
30+
"preset": "conventionalcommits"
31+
}
32+
]
933
]
1034
}

0 commit comments

Comments
 (0)