- Comments: #14
- Proposed by: @mitchhentges, on behalf of discussion in bug 1524248
Bump all production releng library and *script versions to >= 1.0.0
.
We're using some of our packages in production. According to semver.org,
if software is being used in production, it should be >= 1.0.0
.
This will also allow us to convey intention in versions better (patches, deprecations, breaking changes, etc).
For all of our releng packages that we use in production, bump their versions to 1.0.0
(for those that aren't >= 1.0.0
already).
Follow semver.
Importantly, this means that a backwards-incompatible change to any public-facing functionality (e.g.: *script config
or task payload structure) must be followed by a major version bump.