mirror of
https://github.com/semver/semver.git
synced 2026-07-10 19:50:47 -05:00
[GH-ISSUE #762] Is it OK to skip writing z if z = 0 #4750
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 @McoreD on GitHub (Oct 24, 2021).
Original GitHub issue: https://github.com/semver/semver/issues/762
Hi,
When z is 0, typically when you release a new minor version, is it okay to release it as v0.6 Fit example instead of labeling it as v0.6.0?
Thanks,
Michael
@McoreD commented on GitHub (Oct 24, 2021):
https://github.com/semver/semver/issues/237