dograh/release-please-config.json

52 lines
1.1 KiB
JSON
Raw Normal View History

{
2026-01-23 19:09:57 +05:30
"packages": {
".": {
"release-type": "simple",
"package-name": "dograh",
"changelog-sections": [
{
"type": "feat",
"section": "Features",
"hidden": false
},
{
"type": "fix",
"section": "Bug Fixes",
"hidden": false
},
{
"type": "docs",
"section": "Documentation",
"hidden": false
},
{
"type": "perf",
"section": "Performance Improvements",
"hidden": false
},
{
"type": "refactor",
"section": "Code Refactoring",
"hidden": false
},
{
"type": "chore",
"section": "Miscellaneous",
"hidden": true
}
],
"extra-files": [
{
"type": "json",
"path": "ui/package.json",
"jsonpath": "$.version"
},
{
"type": "toml",
"path": "api/pyproject.toml",
"jsonpath": "$.project.version"
}
]
}
2026-01-23 19:09:57 +05:30
}
}