mirror of
https://github.com/semver/semver.git
synced 2026-07-11 04:52:47 -05:00
[GH-ISSUE #24] Offending release #4262
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Krilivye on GitHub (May 9, 2012).
Original GitHub issue: https://github.com/semver/semver/issues/24
I suggest that offending version shall be clearly retaged "offending" inner it's version number like this x.y.z-offending
This would allow automated release tools to alert and/or force upgrade to next legit version.
Same benefit for validation team: No need to test/raise issues on offending version.
Offending version can also break dependencies compatibility.
Offending version breacking backwards compatibility shall be realy marked as NASTY without having to search in documentation/release-notes.
@haacked commented on GitHub (Oct 2, 2012):
Many tools will automatically upgrade if you release a new version with a patch increment or a minor update. The problem with changing the version to "offending" is that once a version is out there, it's out there. You can't really change it in many cases (caching, CDNs, local installs). So it doesn't really help to change the version to include "offending". Simply release a newer version and let your users know.