mirror of
https://github.com/semver/semver.git
synced 2026-07-10 19:50:47 -05:00
[GH-ISSUE #999] 2 PR Raised and Latest PR committed merged released version impacts the old PR version increament #6609
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 @gviswalingam on GitHub (Jan 24, 2024).
Original GitHub issue: https://github.com/semver/semver/issues/999
On my Initial Investigation, Identified that on commit #137 had Semver 1.0.1 and #138 commit with msg +semver: minor increase 1.1.0 as expected #139 commit from same PR as expected sticked to Semver 1.1.0 , all these commits from Same PR #46 . Now the PR #45 which was raised prior to this (PR#46) but commits were made after PR#46 was merged & released Semver were 1.1.0 , commit #140 without a +semver: minor msg , Semver 1.0.1. With commit msg +semver: minor , it increased to 1.1.0 (Technically expected version is 1.2.0) and following another commit with minor msg it increased to Semver 1.2.0 .