From eb9e63dd868bb5a105f08b2500db1160c2bc91af Mon Sep 17 00:00:00 2001 From: "Yann Esposito (Yogsototh)" Date: Thu, 6 Apr 2017 18:14:18 +0200 Subject: [PATCH] small details added --- README.md | 9 ++++++++- bump.sh | 4 ++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 08b4182..fa84c84 100644 --- a/README.md +++ b/README.md @@ -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 . + +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! diff --git a/bump.sh b/bump.sh index 9e2e513..957c1c4 100755 --- a/bump.sh +++ b/bump.sh @@ -1,7 +1,7 @@ #!/usr/bin/env zsh -# change release version in all subprojects - +# Author: Yann Esposito +# License: MIT ## 1. get current version