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.
31 lines
881 B
31 lines
881 B
{ |
|
"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" |
|
}, |
|
"apps/dumbPaintTool": { |
|
"package-name": "theDumbPaintTool" |
|
}, |
|
"apps/ttkDesigner": { |
|
"package-name": "ttkDesigner" |
|
}, |
|
"apps/ttkode": { |
|
"package-name": "ttkode" |
|
} |
|
} |
|
}
|
|
|