feat: Initial rewrite of python render tool
This commit is contained in:
+22
@@ -0,0 +1,22 @@
|
||||
[changelog]
|
||||
header = """
|
||||
# Changelog
|
||||
"""
|
||||
|
||||
[bump]
|
||||
# TODO: Remove this option once we release v1.0.0
|
||||
breaking_always_bump_major = false
|
||||
|
||||
[git]
|
||||
fail_on_unmatched_commit = true
|
||||
require_conventional = true
|
||||
commit_parsers = [
|
||||
{ message = "^feat", group = "<!-- 0 -->Features" },
|
||||
{ message = "^fix", group = "<!-- 1 -->Bug Fixes" },
|
||||
{ message = "^refactor", group = "<!-- 2 -->Refactor" },
|
||||
{ message = "^test", group = "<!-- 3 -->Testing" },
|
||||
{ message = "^chore\\(release\\): Prepare for", skip = true },
|
||||
{ message = "^chore\\(deps.*\\)", skip = true },
|
||||
{ message = "^chore|^ci", group = "<!-- 4 -->Miscellaneous Tasks" },
|
||||
{ message = "^revert", group = "<!-- 5 -->Revert" },
|
||||
]
|
||||
Reference in New Issue
Block a user