Skip to content

CalVer Bumping Doesn't Bump #9

@sco1

Description

@sco1

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

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions