Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 490 Bytes

SEMVER.md

File metadata and controls

13 lines (10 loc) · 490 Bytes

cssdb Semantic Versioning

Given a version number MAJOR.MINOR.PATCH, increment the:

  1. MAJOR version for incompatible API changes, or when features move backward in the staging process;
  2. MINOR version for backwards-compatible API changes, or new features, or when features move foreward in the staging process,
  3. PATCH version for backwards-compatible fixes, or supplemental changes to features.