Skip to content

Commit

Permalink
chore: enhance semver commit message (#35)
Browse files Browse the repository at this point in the history
creates a commit message for semver allowing us to skip ci on tag
pushes.
  • Loading branch information
sbates authored Apr 13, 2023
1 parent e76bc44 commit 7c19dde
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,6 @@ upload_to_release = true
upload_to_repository = false
prerelease = true
parser_angular_default_level_bump = "patch"
parser_angular_patch_types = "fix,perf,docs,chore"
parser_angular_patch_types = "fix,perf,docs,chore,chore(release)"
build_command = "poetry build"
commit_message = "chore(release): Tag v{version} [skip ci]"

0 comments on commit 7c19dde

Please sign in to comment.