[GH-ISSUE #926] Support versioning suffix after production release #4824

Closed
opened 2026-06-13 13:14:05 -05:00 by GiteaMirror · 2 comments
Owner

Originally created by @gatisahu on GitHub (Mar 20, 2023).
Original GitHub issue: https://github.com/semver/semver/issues/926

How to support suffix use after production release .For an example if we want to add hotfix and version of product not changed then it should support 7.9.0-h1 for version 7.9.0 and it should be greater than 7.9.0

Originally created by @gatisahu on GitHub (Mar 20, 2023). Original GitHub issue: https://github.com/semver/semver/issues/926 How to support suffix use after production release .For an example if we want to add hotfix and version of product not changed then it should support 7.9.0-h1 for version 7.9.0 and it should be greater than 7.9.0
Author
Owner

@ljharb commented on GitHub (Mar 20, 2023):

You don't. A hotfix for 7.9.0 goes in 7.9.1.

<!-- gh-comment-id:1476704376 --> @ljharb commented on GitHub (Mar 20, 2023): You don't. A hotfix for 7.9.0 goes in 7.9.1.
Author
Owner

@steveklabnik commented on GitHub (Mar 20, 2023):

That is correct.

<!-- gh-comment-id:1476720603 --> @steveklabnik commented on GitHub (Mar 20, 2023): That is correct.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/semver#4824