Skip to content

Commit

Permalink
docs: push tags automatically on bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijrajsharma committed Mar 7, 2024
1 parent 3cbff8b commit 9d76b08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ current_version = "1.0.17"
commit_message = "bump version {old_version} -> {new_version}"
commit = true
tag = true
push = false
push = true

[tool.bumpver.file_patterns]
"pyproject.toml" = [
Expand Down

0 comments on commit 9d76b08

Please sign in to comment.