Updated README semantic versioning order.

- It's easier to think about versions in the order of major, minor,
  and maintenance.

[ci skip]
This commit is contained in:
Brooke Kuhlmann
2017-02-07 07:20:00 -07:00
parent a2a2820098
commit 38fa30a028

View File

@@ -158,9 +158,9 @@ project is built upon the functions found in the `lib` folder. See the
Read [Semantic Versioning](http://semver.org) for details. Briefly, it means:
- Patch (x.y.Z) - Incremented for small, backwards compatible, bug fixes.
- Minor (x.Y.z) - Incremented for new, backwards compatible, public API enhancements/fixes.
- Major (X.y.z) - Incremented for any backwards incompatible public API changes.
- Minor (x.Y.z) - Incremented for new, backwards compatible, public API enhancements/fixes.
- Patch (x.y.Z) - Incremented for small, backwards compatible, bug fixes.
# Code of Conduct