Skip to content

Commit

Permalink
Fixed non-tag version of increment
Browse files Browse the repository at this point in the history
  • Loading branch information
timgilbert committed Dec 13, 2018
1 parent da2ee74 commit 48fbae9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/garamond/main.clj
Expand Up @@ -107,7 +107,8 @@

(when-not (or (:pom opts) (:tag opts))
(if incr?
(print-version opts status)
(log/infof "%s increment of %s -> %s. Run with --tag to tag this commit as %s."
(name incr-type) (:current status) new-str new-str)
(print-version opts status))))

(catch Exception e
Expand Down

0 comments on commit 48fbae9

Please sign in to comment.