Skip to content

Commit 36be70d

Browse files
committed
chore: change release note setting
1 parent 35fb0db commit 36be70d

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

.releaserc

+22-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,28 @@
11
{
22
"plugins": [
33
"@semantic-release/commit-analyzer",
4-
"@semantic-release/release-notes-generator",
4+
[
5+
"@semantic-release/release-notes-generator",
6+
{
7+
presetConfig: {
8+
types: [
9+
{ type: "feat", section: "✨ Features", hidden: false },
10+
{ type: "fix", section: "🐛 Bug Fixes", hidden: false },
11+
{ type: "perf", section: "🌈 Performance", hidden: false },
12+
{ type: "refactor", section: "♻️ Refactor", hidden: false },
13+
{ type: "docs", section: "📝 Docs", hidden: false },
14+
{ type: "style", section: "💄 Styles", hidden: false },
15+
{ type: "revert", section: "🕐 Reverts", hidden: false },
16+
{ type: "ci", section: "💫 CI/CD", hidden: false },
17+
18+
{ type: "test", section: "✅ Tests", hidden: true },
19+
{ type: "chore", section: "📦 Chores", hidden: true },
20+
{ type: "move", section: "🚚 Move Files", hidden: true },
21+
{ type: "remove", section: "🔥 Remove Files", hidden: true },
22+
],
23+
},
24+
},
25+
],
526
[
627
"@semantic-release/changelog",
728
{

0 commit comments

Comments
 (0)