mirror of
https://github.com/semver/semver.git
synced 2026-07-11 04:52:47 -05:00
[GH-ISSUE #582] What's the right way to upload a minor version in 'semver'? #2155
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 @SangHakLee on GitHub (Jun 19, 2020).
Original GitHub issue: https://github.com/semver/semver/issues/582
There are two ways.
My thoughts are: (
way-1)However, other team members think so: (
way-2)Which of
way-1andway-2is more suitable for semver?@ljharb commented on GitHub (Jun 19, 2020):
Absolutely way-1. The spec explicitly says this here: https://semver.org/#spec-item-7
@SangHakLee commented on GitHub (Jun 19, 2020):
@ljharb Thank you.
It was clearly stated in the document.
I should have read the document in more detail.
Additionally
It became clear and certain!
@alexandrtovmach commented on GitHub (Jun 19, 2020):
@ljharb thanks for answer 👍
@SangHakLee Closing as solved, feel free to re-open if there are still any questions