0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-29 21:52:22 +01: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

View File

@ -25,8 +25,8 @@ Releases will be numbered with the follow format:
And constructed with the following guidelines: And constructed with the following guidelines:
* Breaking backward compatibility bumps the major * Breaking backward compatibility bumps the major (and resets minor and patch)
* New additions without breaking backward compatibility bumps the minor * New additions without breaking backward compatibility bumps the minor (and resets patch)
* Bug fixes and misc changes bump the patch * Bug fixes and misc changes bump the patch
For more information on SemVer, please visit http://semver.org/. For more information on SemVer, please visit http://semver.org/.