mirror of
https://github.com/LIV2/amiberry.git
synced 2025-12-05 22:22:44 +00:00
doc: removed "bug" from recognized commit labels
"fix" and "bugfix" are good enough
This commit is contained in:
parent
3b642c2345
commit
4dbc6da986
2
.github/tag-changelog-config.js
vendored
2
.github/tag-changelog-config.js
vendored
@ -1,7 +1,7 @@
|
||||
module.exports = {
|
||||
types: [
|
||||
{ types: ["feat", "feature"], label: "🎉 New Features" },
|
||||
{ types: ["fix", "bugfix", "bug"], label: "🐛 Bugfixes" },
|
||||
{ types: ["fix", "bugfix"], label: "🐛 Bugfixes" },
|
||||
{ types: ["improvements", "enhancement"], label: "🔨 Improvements" },
|
||||
{ types: ["perf"], label: "🏎️ Performance Improvements" },
|
||||
{ types: ["build", "ci"], label: "🏗️ Build System" },
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user