mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-23 00:05:09 +00:00
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:
parent
91a59014e2
commit
8b88d0e06e
1 changed files with 5 additions and 0 deletions
|
|
@ -24,6 +24,11 @@
|
|||
"preset": "conventionalcommits",
|
||||
"presetConfig": {
|
||||
"types": [
|
||||
{
|
||||
"type": "fieldmate",
|
||||
"section": "📦 Fieldmate Changes",
|
||||
"hidden": false
|
||||
},
|
||||
{
|
||||
"type": "feat",
|
||||
"section": "✨ Features",
|
||||
|
|
|
|||
Loading…
Reference in a new issue