Support versioning suffix after production release #580

Closed
opened 2026-02-17 12:13:50 -06:00 by GiteaMirror · 2 comments
Owner

Originally created by @gatisahu on GitHub (Mar 20, 2023).

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). 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.

@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.

@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#580