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 71e46c4 commit 01eab6fCopy full SHA for 01eab6f
package.json
@@ -94,5 +94,19 @@
94
"extends": [
95
"@antfu/eslint-config-ts"
96
]
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
+ }
111
}
112
0 commit comments