Description
Quoting from https://github.com/scala/scala/blob/v2.13.0-M3/README.md#scala-ci:
CI performs a full bootstrap. The first task,
validate-publish-core
, publishes a build of your commit to the temporary repository https://scala-ci.typesafe.com/artifactory/scala-pr-validation-snapshots/. Note that this build is not yet bootstrapped, its bytecode is built using the currentstarr
. The version number is2.12.2-bin-abcd123-SNAPSHOT
whereabcd123
is the commit hash. For binary incompatible builds, the version number is2.13.0-pre-abcd123-SNAPSHOT
.
As the version number uses the git HEAD SHA I see no reason to demarcate it as unstable with -SNAPSHOT
. I propose the suffix is dropped.
I believe #252 and scala/scala#5757 are good places to start looking; for how things are done, perhaps why they were done that way, and whom to ping for more info.. π