Fixes #12 with a new PR, updated to reflect pre-release and build metadata.

This commit is contained in:
Jeff Handley
2013-04-30 03:07:03 -07:00
parent eceeff12c5
commit 26763fb829

View File

@@ -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