You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ 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
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