mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-07 07:55:16 +02:00
fix: fix release please
This commit is contained in:
parent
911c5ed416
commit
4c073b7894
1 changed files with 50 additions and 26 deletions
|
|
@ -1,28 +1,52 @@
|
|||
{
|
||||
"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",
|
||||
"key": "project.version"
|
||||
}
|
||||
]
|
||||
}
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue