build: properly configure release please

This commit is contained in:
Mazen Touati
2026-01-13 02:32:46 +01:00
parent f818eee454
commit 35db6654b1

View File

@@ -4,6 +4,37 @@
"release-type": "node",
"extra-files": [
"resources/js/pages/Settings.vue"
],
"changelog-path": "CHANGELOG.md",
"changelog-sections": [
{
"type": "feat",
"section": "Features"
},
{
"type": "fix",
"section": "Bug Fixes"
},
{
"type": "chore",
"section": "Maintenance Tasks"
},
{
"type": "build",
"section": "CI/CD"
},
{
"type": "deps",
"section": "Dependency Updates"
},
{
"type": "refactor",
"section": "Code Refactoring"
},
{
"type": "perf",
"section": "Performance Improvements"
}
]
}
}