Hacker News new | ask | show | jobs
by edflsafoiewq 226 days ago
Mutable releases are used for continuous/nightly builds.
1 comments

In Java with Maven these have a special suffix, "-SNAPSHOT". So "1.0.0-SNAPSHOT". Releases, like "1.0.0" are immutable once released. I always thought that was a pretty sane model.