2025-10-08 15:38:05 +05:30
|
|
|
{
|
|
|
|
|
"packages": {
|
|
|
|
|
".": {
|
|
|
|
|
"release-type": "simple",
|
2025-10-10 16:10:15 +05:30
|
|
|
"package-name": "dograh",
|
2025-10-08 15:38:05 +05:30
|
|
|
"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"
|
2026-01-23 18:53:59 +05:30
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "toml",
|
|
|
|
|
"path": "api/pyproject.toml",
|
|
|
|
|
"key": "project.version"
|
2025-10-08 15:38:05 +05:30
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|