mirror of
https://github.com/semver/semver.git
synced 2026-03-22 22:20:28 -05:00
Inconsistent language about build metadata and precedence #97
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 @toddreed on GitHub (Aug 8, 2013).
Section 10 states (emphasis added):
And Section 11 states:
For these statements to have greater consistency, I think Section 10 should state:
@haacked commented on GitHub (Aug 8, 2013):
Yeah, I agree. Send a PR?
@pvdb commented on GitHub (Aug 21, 2013):
Does merging #151 mean this ticket can be closed?
@haacked commented on GitHub (Aug 21, 2013):
Yep!
@haacked commented on GitHub (Aug 21, 2013):
@toddreed for future reference, if you add "closes #150" Where 150 is the issue number, in your commit message or in the body of the pull request, it'll close the issue automatically when the PR is merged. :)
@toddreed commented on GitHub (Aug 21, 2013):
@Haacked Ahh—thanks for the tip.