2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-30 15:24:08 +03:00

Make guidelines for release numbering more specific

This commit is contained in:
TJ Rana
2012-03-20 02:01:00 -03:00
committed by Mark Otto
parent ac64d9405b
commit 303ba1326b
+2 -2
View File
@@ -25,8 +25,8 @@ Releases will be numbered with the follow format:
And constructed with the following guidelines:
* Breaking backward compatibility bumps the major
* New additions without breaking backward compatibility bumps the minor
* Breaking backward compatibility bumps the major (and resets minor and patch)
* New additions without breaking backward compatibility bumps the minor (and resets patch)
* Bug fixes and misc changes bump the patch
For more information on SemVer, please visit http://semver.org/.