Skip to content

Commit 6e5991d

Browse files
authored
chore: update release-please-config.json
Signed-off-by: Todd Baert <[email protected]>
1 parent 63b541c commit 6e5991d

File tree

1 file changed

+55
-1
lines changed

1 file changed

+55
-1
lines changed

release-please-config.json

Lines changed: 55 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,59 @@
7878
"README.md"
7979
]
8080
}
81-
}
81+
},
82+
"changelog-sections": [
83+
{
84+
"type": "fix",
85+
"section": "🐛 Bug Fixes"
86+
},
87+
{
88+
"type": "feat",
89+
"section": "✨ New Features"
90+
},
91+
{
92+
"type": "chore",
93+
"section": "🧹 Chore"
94+
},
95+
{
96+
"type": "docs",
97+
"section": "📚 Documentation"
98+
},
99+
{
100+
"type": "perf",
101+
"section": "🚀 Performance"
102+
},
103+
{
104+
"type": "build",
105+
"hidden": true,
106+
"section": "🛠️ Build"
107+
},
108+
{
109+
"type": "deps",
110+
"section": "📦 Dependencies"
111+
},
112+
{
113+
"type": "ci",
114+
"hidden": true,
115+
"section": "🚦 CI"
116+
},
117+
{
118+
"type": "refactor",
119+
"section": "🔄 Refactoring"
120+
},
121+
{
122+
"type": "revert",
123+
"section": "🔙 Reverts"
124+
},
125+
{
126+
"type": "style",
127+
"hidden": true,
128+
"section": "🎨 Styling"
129+
},
130+
{
131+
"type": "test",
132+
"hidden": true,
133+
"section": "🧪 Tests"
134+
}
135+
]
82136
}

0 commit comments

Comments
 (0)