Fork me on GitHub
#leiningen
<
2017-02-10
>
fenton00:02:41

@rymndhng i finally got pushing to clojars working with 'lein release', the key was ...

fenton00:02:24

then i could release with lein release

fenton00:02:38

which does all the magic of tagging, bumping version numbers, committing, pushing to clojars, ... all that repetitive stuff that I'd rather the computer do. you can also do: lein release :major or lein release :minor and the corresponding semantic versioning number is properly incremented.

rymndhng00:02:21

yeah the :major :minor feature is very handy

thomas14:02:21

hi, where can I download a leiningen-2.7.1-standalone.jar file?

thomas14:02:25

Or make one?

thomas14:02:27

ok , found one in my .m2 dir...

thomas14:02:56

oops no... that is a core file... not a standalone one 😞

thomas14:02:21

found it in the brew dir... /usr/local/Cellar/leiningen/2.7.1/libexec/leiningen-2.7.1-standalone.jar

andrew.sinclair18:02:53

Hello, does Leiningen have support for various build tasks? I essentially want to type lein run dev or lein run migrations and have the application start at a different entry point.