mirror of
https://github.com/semver/semver.git
synced 2026-07-11 03:53:53 -05:00
[GH-ISSUE #338] Do patch numbers retain once you increment a major or minor number? #6235
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 @ghost on GitHub (Oct 13, 2016).
Original GitHub issue: https://github.com/semver/semver/issues/338
Say I've released version 1.0.1. Then I want to release a minor update. Should the minor update be 1.1.0, or 1.1.1?
@zafarkhaja commented on GitHub (Oct 13, 2016):
SemVer 2.0.0, p.7
@ghost commented on GitHub (Oct 14, 2016):
Thanks!