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.

29 lines
818 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": {
"TermTk": {
"package-name": "pyTermTk"
},
"apps/dumbPaintTool": {
"package-name": "the Dumb Paint Tool"
},
"apps/ttkDesigner": {
"package-name": "ttkDesigner"
}
}
}