We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19bbaad commit d6a31f3Copy full SHA for d6a31f3
changelog.config.json
changelog.config.ts
@@ -0,0 +1,25 @@
1
+import type { ChangelogConfig } from 'changelogen'
2
+
3
+export default {
4
+ types: {
5
+ perf: {
6
+ title: '🏎 Performance Improvements',
7
+ },
8
+ fix: {
9
+ title: '🐞 Bug Fixes',
10
11
+ feat: {
12
+ title: '🚀 Features',
13
14
+ refactor: false,
15
+ style: false,
16
+ chore: false,
17
+ build: false,
18
+ test: false,
19
+ docs: false,
20
+ ci: false,
21
22
+ templates: {
23
+ commitMessage: 'build: publish v{{newVersion}}',
24
25
+} satisfies Partial<ChangelogConfig>
0 commit comments