0
0
mirror of https://github.com/semver/semver.git synced 2025-08-30 17:55:31 +00:00

Fixes #40, adding a statement about the basis of semver. From @icylace.

This commit is contained in:
Jeff Handley 2013-04-30 02:38:10 -07:00
parent eceeff12c5
commit 2055a0a3ac

View File

@ -17,6 +17,8 @@ prevent you from easily and safely moving your project forward.
As a solution to this problem, I propose a simple set of rules and
requirements that dictate how version numbers are assigned and incremented.
These rules are based on but not necessarily limited to pre-existing
widespread common practices in use in both closed and open-source software.
For this system to work, you first need to declare a public API. This may
consist of documentation or be enforced by the code itself. Regardless, it is
important that this API be clear and precise. Once you identify your public