leiningen 2023-03-06

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?

I should do

lein deploy
I guess…

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

👍 1

but I would recommend to use combination with normal versioning like 1.0.0-TICKET-1234-SNAPSHOT

Alex Miller (Clojure team) 2023-03-06T19:01:57.476319Z

you may have weird version ordering issues if you don't follow the expected maven version numbering scheme

👍 1

I just need one “special” version