This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-02-07
Channels
- # aleph (1)
- # beginners (152)
- # cider (26)
- # clara (2)
- # cljs-dev (13)
- # cljsrn (5)
- # clojure (198)
- # clojure-greece (15)
- # clojure-italy (39)
- # clojure-sanfrancisco (3)
- # clojure-spec (28)
- # clojure-uk (16)
- # clojurescript (52)
- # community-development (15)
- # core-async (26)
- # cursive (42)
- # data-science (28)
- # datomic (19)
- # devops (7)
- # duct (11)
- # emacs (24)
- # fulcro (22)
- # garden (4)
- # leiningen (12)
- # luminus (1)
- # mount (5)
- # off-topic (106)
- # om (5)
- # onyx (10)
- # parinfer (37)
- # re-frame (17)
- # reagent (47)
- # shadow-cljs (36)
- # yada (2)
after you run one of those commands, run the command echo $?
, if it shows a 0
, then the last command was successful, if it's non-zero it means the previous command failed
yeah, the :patch
and :minor
should be an argument, in lein change version leiningen.release/bump-version :minor
@rymndhng thanks a lot helping me. I did try to remove few tasks from release-tasks and then ran, and everything was fine Then I restored it and run lein release and everything was fine again. I dont know what the real issue was, but its solved for now
---------
I have a multi module clojurescript project
https://github.com/technomancy/leiningen/blob/stable/doc/TUTORIAL.md#checkout-dependencies
Local checkout and refreshing the project doesn’t work
I mean when I modify the project, another project which imports the jar, doens’t see the changes right away