Skip to content

Commit

Permalink
Configured bump-my-version
Browse files Browse the repository at this point in the history
  • Loading branch information
TreyWW committed Mar 22, 2024
1 parent 6f30cf0 commit 49371d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ Issues = "https://github.com/TreyWW/django-umami/issues"

[tool.bumpversion]
current_version = "0.0.2"
commit = false
commit = true
commit_args = "-s"
tag = false
tag = true
tag_name = "v{new_version}"
allow_dirty = true
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)(\\.(?P<dev>post)\\d+\\.dev\\d+)?"
Expand Down

0 comments on commit 49371d5

Please sign in to comment.