Skip to content

Commit

Permalink
Fixed default message template.
Browse files Browse the repository at this point in the history
  • Loading branch information
vd2org committed Feb 26, 2024
1 parent 2ea572f commit ef2eb69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ubump/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def __init__(
self._template = template
self._files = files or []
self._tag = tag or True
self._message = message or "Bump to {version}"
self._message = message or "Bump to ${version}"

@property
def version(self) -> Version:
Expand Down

0 comments on commit ef2eb69

Please sign in to comment.