Fork me on GitHub
#leiningen
<
2016-02-16
>
anmonteiro00:02:31

it seems that lein deploy clojars is grabbing my unstaged stuff

anmonteiro00:02:37

is it possible to deploy to clojars from a commit?

solicode01:02:25

@anmonteiro: Not that I'm aware of. I don't think Leiningen is source control-aware to that level. I believe it's just going to work against what's currently in your local project folder. So stash and switch to a specific commit before lein deploy might be the only option.

anmonteiro10:02:48

@solicode: makes sense, thanks