Skip to content

Commit

Permalink
chore: Specify tag_format in pyproject.toml for semantic release (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
stujfiter authored Jul 25, 2023
1 parent a75ce0c commit e2b0d5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,4 @@ parser_angular_default_level_bump = "patch"
patch_tags = "fix,perf,docs,chore,chore(release)"
build_command = "pip install poetry && poetry build"
commit_message = "chore(release): Tag v{version} [skip ci]"
tag_format = "v{version}"

0 comments on commit e2b0d5b

Please sign in to comment.