clojars

http://clojars.org discussion and “support”, see http://status.clojars.org for status.
vemv 2020-02-04T12:18:35.032300Z

If I have released an alpha release, e.g. my-project "2.0.1-alpha2", then <https://clojars.org/my-project> will show that alpha as the most recent version, (and the one used in the Leiningen/Boot/`Clojure CLI/deps.edn` snippets) ...while that is technically true, it can lead people to believe they are supposed to consume this alpha, when in reality it has a narrower intended target audience. Wondering if this has been considered already?

2020-02-04T12:25:58.034300Z

@vemv It has! But there really hasn't been any discussion about it - https://github.com/clojars/clojars-web/issues/398 An issue is there really isn't a standard for what is or isn't a "stable" version other than a -SNAPSHOT isn't stable. We would either need to come up with that standard or allow the user a way to signal a version as non-stable - probably through the UI.

vemv 2020-02-04T12:29:11.034500Z

Thank you! I'll try to contribute something to that thread, keeping your reply in mind.

2020-02-04T12:29:59.034700Z

Thanks!