גירסאות סמנטיות פגוש
קח מספרי גרסאות סמנטיות בעקבות כללי semver.org עבור מהדורות MAJOR, MINOR ו-PATCH.
כללי Semver (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).