mirror of
https://github.com/semver/semver.git
synced 2026-07-11 04:52:47 -05:00
Support versioning suffix after production release #580
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 @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
@ljharb commented on GitHub (Mar 20, 2023):
You don't. A hotfix for 7.9.0 goes in 7.9.1.
@steveklabnik commented on GitHub (Mar 20, 2023):
That is correct.