generated from sco1/py-template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Well I thought I had tested #8 enough but turns out I didn't...whoopsie
Trying out on a live project results in an empty diff:
Sample .bumper.toml
:
[tool.bumper]
current_version = "2025.05.0"
versioning_type = "calver"
[[tool.bumper.files]]
file = "./pyproject.toml"
search = 'version = "{current_version}"'
Sample pyproject.toml
:
[project]
name = "some-calver-project"
version = "2025.05.0"
The results:
$ bumper bump date --dry-run
$
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working