语义化版本 升级工具
按照 semver.org 规则,自动升级 MAJOR、MINOR 和 PATCH 语义版本号。
语义化版本规则 (semver.org)
Incompatible API changes — increment when you break backward compatibility.
New backward-compatible functionality — add features without breaking existing API.
Backward-compatible bug fixes — no new features, only bug fixes.
Pre-release identifier (alpha, beta, rc) appended after a hyphen (e.g. 1.0.0-beta.1).