mirror of
https://github.com/semver/semver.git
synced 2026-07-10 19:50:47 -05:00
[GH-ISSUE #953] release versions keep jumping by 2 #7567
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 @jonlittleopencomp on GitHub (Jun 20, 2023).
Original GitHub issue: https://github.com/semver/semver/issues/953
Has anyone had a issue with semver that its going up 2+ versions instead of just 1?
such as
1.17.0 to 1.19.
Any idea how this can be implemented in such a way and if it can be tuned to work only 1 version up each release?
@ljharb commented on GitHub (Jun 20, 2023):
Are you perhaps talking about a specific semver implementation? This repo is for the spec.
@jonlittleopencomp commented on GitHub (Jun 20, 2023):
ok thanks.