Skip to content

Commit

Permalink
chore: Bumpver config
Browse files Browse the repository at this point in the history
  • Loading branch information
brtkwr committed Dec 5, 2024
1 parent 5041345 commit dd56841
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bumpver.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ version_pattern = "MAJOR.MINOR.PATCH[-TAGNUM]"
commit_message = "chore: Bump version {old_version} -> {new_version}"
commit = true
fetch = false
tag = false
push = false
tag = true
push = true

[tool.bumpver.file_patterns]
"composer.json" = [
Expand Down

0 comments on commit dd56841

Please sign in to comment.