Skip to content

Commit 01eab6f

Browse files
authored
Update package.json
1 parent 71e46c4 commit 01eab6f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

package.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,5 +94,19 @@
9494
"extends": [
9595
"@antfu/eslint-config-ts"
9696
]
97+
},
98+
"changelog": {
99+
"labels": {
100+
"Type: Feature": ":star: New Features",
101+
"Type: Bug": ":bug: Bug Fixes",
102+
"Type: Security": ":lock: Security Fixes",
103+
"Type: Performance": ":chart_with_upwards_trend: Performance Fixes",
104+
"Type: Improvement": ":zap: Improved Features",
105+
"Type: Breaking": ":boom: Breaking Change",
106+
"Type: Deprecated": ":warning: Deprecated Features",
107+
"Type: I18n": ":globe_with_meridians: Internationalization",
108+
"Type: A11y": ":wheelchair: Accessibility",
109+
"Type: Documentation": ":pencil: Documentation"
110+
}
97111
}
98112
}

0 commit comments

Comments
 (0)