mirror of
https://github.com/catppuccin/gitea.git
synced 2024-11-21 06:01:01 -05:00
chore: ignore chore
from changelog
This commit is contained in:
parent
0fbb02f598
commit
6c13dcce74
1 changed files with 12 additions and 1 deletions
|
@ -6,5 +6,16 @@
|
|||
"package-name": "",
|
||||
"release-type": "simple"
|
||||
}
|
||||
}
|
||||
},
|
||||
"changelog-sections": [
|
||||
{ "type": "feat", "section": "Features" },
|
||||
{ "type": "feature", "section": "Features" },
|
||||
{ "type": "fix", "section": "Bug Fixes" },
|
||||
{ "type": "perf", "section": "Performance Improvements" },
|
||||
{ "type": "docs", "section": "Documentation", "hidden": true },
|
||||
{ "type": "style", "section": "Styles", "hidden": true },
|
||||
{ "type": "chore", "section": "Miscellaneous Chores", "hidden": true },
|
||||
{ "type": "test", "section": "Tests", "hidden": true },
|
||||
{ "type": "ci", "section": "Continuous Integration", "hidden": true }
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue