Skip to content

Support bumping version without tagging #122

Description

@goncalo-oliveira

In some workflows, especially for internal or patch releases, it’s useful to bump the version and commit the change without creating a Git tag.

Currently, this isn’t possible. The only workaround is to use --skip-vcs, which disables both tagging and committing. This requires a manual git commit -m "...", which breaks the flow and feels clunky.

Proposal

Introduce a --no-tag option that:

  • Bumps the version
  • Creates a Git commit
  • Skips the tag step

This would provide a middle ground between the default behavior and --skip-vcs, supporting more flexible versioning workflows.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions