You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
1.1 KiB
44 lines
1.1 KiB
{ |
|
"release-search-depth": 10, |
|
"commit-search-depth": 20, |
|
"release-type": "python", |
|
"bump-minor-pre-major": true, |
|
"prerelease": true, |
|
"prerelease-type": "alpha", |
|
"include-component-in-tag": true, |
|
"changelog-sections": [ |
|
{ "type": "fix", "section": "Fixes" }, |
|
{ "type": "feat", "section": "Features" }, |
|
{ "type": "chore", "section": "Chores" }, |
|
{ "type": "refactor", "section": "Refactors" }, |
|
{ "type": "docs", "section": "Document Changes" }, |
|
{ "type": "test", "section": "Test Changes" } |
|
], |
|
"packages": { |
|
"libs/pyTermTk": { |
|
"package-name": "pyTermTk", |
|
"pypi": true, |
|
"itch": false |
|
}, |
|
"apps/dumbPaintTool": { |
|
"package-name": "theDumbPaintTool", |
|
"pypi": true, |
|
"itch": true |
|
}, |
|
"apps/ttkDesigner": { |
|
"package-name": "ttkDesigner", |
|
"pypi": true, |
|
"itch": false |
|
}, |
|
"apps/ttkode": { |
|
"package-name": "ttkode", |
|
"pypi": true, |
|
"itch": false |
|
}, |
|
"apps/tlogg": { |
|
"package-name": "tlogg", |
|
"pypi": true, |
|
"itch": false |
|
} |
|
} |
|
}
|
|
|