Skip to content

Bump version command #2

@AaronAsAChimp

Description

@AaronAsAChimp

Add a command to bump the version number of a project.

$ cat VERSION.txt
0.3.4
$ release-tool bump minor version
$ cat VERSION.txt
0.4.0
$ release-tool bump major # the version parameter is just for syntactical sugar
$ cat VERSION.txt
1.0.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions