mirror of
https://github.com/semver/semver.git
synced 2026-04-29 02:08:17 -05:00
Fixes #12 with a new PR, updated to reflect pre-release and build metadata.
This commit is contained in:
18
semver.md
18
semver.md
@@ -1,6 +1,24 @@
|
||||
Semantic Versioning 2.0.0-rc.2
|
||||
==============================
|
||||
|
||||
Summary
|
||||
-------
|
||||
|
||||
Given a version number *MAJOR*.*MINOR*.*PATCH*, increment
|
||||
|
||||
1. the *MAJOR* version when you make incompatible API changes from,
|
||||
1. the *MINOR* version when you add functionality in a backwards-compatible
|
||||
manner, and
|
||||
1. the *PATCH* version when you make backwards-compatible bug fixes.
|
||||
|
||||
Given a version number *MAJOR*.*MINOR*.*PATCH*\[-*PRE-RELEASE*\]\[+*BUILD METADATA*\] where the optional *PRE-RELEASE* and/or *BUILD METADATA* are used, update
|
||||
|
||||
1. the *PRE-RELEASE* label when reaching a new pre-release milestone, and/or
|
||||
1. the *BUILD METADATA* with every build.
|
||||
|
||||
Introduction
|
||||
------------
|
||||
|
||||
In the world of software management there exists a dread place called
|
||||
"dependency hell." The bigger your system grows and the more packages you
|
||||
integrate into your software, the more likely you are to find yourself, one
|
||||
|
||||
Reference in New Issue
Block a user