Do patch numbers retain once you increment a major or minor number? #245

Closed
opened 2026-02-17 11:39:51 -06:00 by GiteaMirror · 2 comments
Owner

Originally created by @ghost on GitHub (Oct 13, 2016).

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?

Originally created by @ghost on GitHub (Oct 13, 2016). 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?
Author
Owner

@zafarkhaja commented on GitHub (Oct 13, 2016):

SemVer 2.0.0, p.7

... Patch version MUST be reset to 0 when minor version is incremented.

@zafarkhaja commented on GitHub (Oct 13, 2016): SemVer 2.0.0, p.7 > ... Patch version MUST be reset to 0 when minor version is incremented.
Author
Owner

@ghost commented on GitHub (Oct 14, 2016):

Thanks!

@ghost commented on GitHub (Oct 14, 2016): Thanks!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/semver#245