Skip to content

Add command line arguments using commander #3

@GabLeRoux

Description

@GabLeRoux

What I'd like to have:

git bump patch

This will bump the patch value of your latest git tag.
Ex: v1.0.0 -> v1.0.1

git bump minor

This will bump the minor value of your latest git tag.
Ex: v1.0.0 -> v1.1.0

git bump major

This will bump the major value of your latest git tag.
Ex: v1.0.0 -> v2.0.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions