mirror of
https://github.com/semver/semver.git
synced 2026-03-22 14:10:15 -05:00
Redundancy of Spec Rule 3 #6
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 @efi on GitHub (Dec 22, 2011).
Hi.
I appreciate your efforts on giving developers a common tool for articulating code changes via version numbers. In that difficult area in the coding field fixed semantics are of real value.
Reading 1.0.0-rc.1 of your Semantic Versioning Specification I wondered, what the purpose of rule 3 is. With the exception of the given examples all specified behavior is repeated in the end of rules 8 and 9.
Could this not be condensed in any way?
Best Regards
Thomas
@mojombo commented on GitHub (Dec 23, 2011):
You are correct, rule 3 is redundant. I think I added those points to the 8 and 9 and then forgot to remove rule 3. Will fix.