I want to release a library version with custom id , “<jira-ticket-id>-SNAPSHOT”. How can I do it with leiningen? I got this error Unrecognized version string
so you put defproject my-project "JIRA-1234-SNAPSHOT" and command (which one?) fails?
lein release
lein deploy works (with one warning) https://clojars.org/org.clojars.serioga/test-clojars-versioning/versions/TICKET-123-SNAPSHOT
lein install also works fine
the use-case for lein release not clear for me, probably there is release task which expects specific format for the version number
but I would recommend to use combination with normal versioning like 1.0.0-TICKET-1234-SNAPSHOT
you may have weird version ordering issues if you don't follow the expected maven version numbering scheme
I just need one “special” version