Can I get a bad package deleted or unlisted? I misunderstood how SNAPSHOT works and published this bad version: https://clojars.org/net.xledger/pedestal-helidon/versions/0.1.0-SNAPSHOT2
Ah, yes, that makes sense. "01.0-SNAPSHOT2" is being shown as the latest release because it isn't considered a snapshot. I think the thing to do here is to go ahead and release a "0.1.1". That would then show as the latest release.
Hmm I was going to wait a little to release, so I guess I'll need to keep doing SNAPSHOT2 versions until then.
You could do "0.1.1-alpha1", "-alpha2", etc. They would be considered releases, so would push "0.1.0-SNAPSHOT2" down the stack.
Ah ok, that like a good approach, thanks!
My pleasure!
@tcrawley I tried that, but the newer version isn't taking precedence over the old SNAPSHOT2 version. So the UI features like the clojars page and github badge still point to the old version. https://clojars.org/net.xledger/pedestal-helidon
It may be worth asking too if "0.1.0-SNAPSHOT2" should compare to be greater than "0.1.1-SNAPSHOT" as it is now. I'm not sure if that is something that can be changed?
Hi @isak!
We strive to keep the Clojars repo as close to immutable as we can, so don't delete versions pushed by mistake (see https://github.com/clojars/clojars-web/wiki/About#how-do-i-delete-a-jar for our policy).
I see you've already released a 0.1.1-SNAPSHOT. that's the recommended approach here; to abandon 0.1.0 and move on.