[boot]: nulling out "ensure-branch" for publishing
This commit is contained in:
parent
a9eb10c414
commit
1e1afa94fd
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@
|
||||||
(cljs :optimizations :advanced :ids #{"mount"})))
|
(cljs :optimizations :advanced :ids #{"mount"})))
|
||||||
|
|
||||||
(task-options!
|
(task-options!
|
||||||
push #(-> (into {} %) (assoc :ensure-branch nil))
|
push {:ensure-branch nil}
|
||||||
pom {:project 'mount
|
pom {:project 'mount
|
||||||
:version +version+
|
:version +version+
|
||||||
:description "managing Clojure and ClojureScript app state since (reset)"
|
:description "managing Clojure and ClojureScript app state since (reset)"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue