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