Re: Adding a simple hook to lein build process without writing a plugin

2015-06-01 Thread Daniel Compton
Hi Jonathon Some combination of https://github.com/hyPiRion/lein-shell and https://github.com/technomancy/leiningen/blob/master/doc/DEPLOY.md#releasing-simplified may be what you need, though it depends how you want to use the results of `git describe`. On Tue, Jun 2, 2015 at 7:27 AM Jonathon McK

Adding a simple hook to lein build process without writing a plugin

2015-06-01 Thread Jonathon McKitrick
I'd like my build and/or deployment process to suck in the output of `git describe` for use as a build version in the app. What's the simplest way to do that without writing a leiningen plugin? -- You received this message because you are subscribed to the Google Groups "Clojure" group. To pos