small details added

This commit is contained in:
Yann Esposito (Yogsototh) 2017-04-06 18:14:18 +02:00
parent f35580dcea
commit eb9e63dd86
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646
2 changed files with 10 additions and 3 deletions

View file

@ -2,7 +2,12 @@
Increment your version using this command line tool.
It depends only `zsh` so should be really portable.
It follows the SemVer conventions. See <http://semver.org>.
It depends only `zsh` so should be really portable
but also quite slow if you need to bump thousands versions per seconds.
In the future I might create a fast binary executable.
## Install
@ -21,3 +26,5 @@ $ bump.sh 0.14.2 patch
$ bump.sh 0.14.2 qualifier rc1
0.14.2-rc1
~~~
That's it!

View file

@ -1,7 +1,7 @@
#!/usr/bin/env zsh
# change release version in all subprojects
# Author: Yann Esposito
# License: MIT
## 1. get current version