Add dry-run mode
Closed this issue · 0 comments
tbpgr commented
$ cat version.cr
module Vup
VERSION = "0.1.0"
end
$ vup --patch --dry-run
0.2.0
$ cat version.cr
module Vup
VERSION = "0.1.0"
end
Closed this issue · 0 comments
$ cat version.cr
module Vup
VERSION = "0.1.0"
end
$ vup --patch --dry-run
0.2.0
$ cat version.cr
module Vup
VERSION = "0.1.0"
end