tbpgr/vup

Add --detail option

tbpgr opened this issue · 2 comments

tbpgr commented
$ cat version.cr
module Vup
  VERSION = "0.1.0"
end
$ vup --patch --detail
bump up ./src/vup/version.cr
bump up shard.yml
0.1.1
$ cat version.cr
module Vup
  VERSION = "0.1.1"
end

With --patch, 0.1.0 should bump up to 0.1.1, right?

tbpgr commented

Thanks.
I fixed it.