Skip to content

Commit 2418719

Browse files
authored
chore(config): update PSR config to use conventional commit style version commit (#1365)
1 parent a929dcf commit 2418719

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -412,6 +412,11 @@ ignore_names = ["change_to_ex_proj_dir", "init_example_project"]
412412
logging_use_named_masks = true
413413
commit_parser = "conventional"
414414
commit_parser_options = { parse_squash_commits = true, ignore_merge_commits = true }
415+
commit_message = """\
416+
chore: release v{version}
417+
418+
Automatically generated by python-semantic-release
419+
"""
415420
build_command = """
416421
python -m pip install -e .[build]
417422
python -m build .

0 commit comments

Comments
 (0)