Files
nimbus/release-please-config.json
2026-01-13 02:32:46 +01:00

41 lines
1.1 KiB
JSON

{
"packages": {
".": {
"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"
}
]
}
}
}