You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cambada looks very cool, and I think it would help my team migrate from leiningen to tools.deps. One thing it's missing from our current workflow, though, is functionality like that of lein-v, which lets us specify what versions our projects are on using git tags.
I thought I'd check in and see if you had any thoughts on either including this functionality in cambada, or else accessing it through some sort of extension point if it was available as an external library. Essentially what I'd want is for the --app-version argument to be set from (some.ns/function), where some.ns is included on the classpath via my deps.edn alias.
I'd be happy to work on this if it seems like a good idea, let me know.
The text was updated successfully, but these errors were encountered:
Cambada looks very cool, and I think it would help my team migrate from leiningen to tools.deps. One thing it's missing from our current workflow, though, is functionality like that of lein-v, which lets us specify what versions our projects are on using git tags.
I thought I'd check in and see if you had any thoughts on either including this functionality in cambada, or else accessing it through some sort of extension point if it was available as an external library. Essentially what I'd want is for the
--app-version
argument to be set from(some.ns/function)
, wheresome.ns
is included on the classpath via my deps.edn alias.I'd be happy to work on this if it seems like a good idea, let me know.
The text was updated successfully, but these errors were encountered: