feat(ci): add conventional commit type

- added fieldmate type
- use type fieldmate when merging it's PR
- new type will section fieldmate changes on docker changelogs
This commit is contained in:
Digikwal 2025-06-26 16:12:02 +02:00 committed by GitHub
parent 91a59014e2
commit 8b88d0e06e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,6 +24,11 @@
"preset": "conventionalcommits",
"presetConfig": {
"types": [
{
"type": "fieldmate",
"section": "📦 Fieldmate Changes",
"hidden": false
},
{
"type": "feat",
"section": "✨ Features",