Skip to content

Instantly share code, notes, and snippets.

@DCFApixels
Last active June 2, 2023 07:54
Show Gist options
  • Save DCFApixels/c3b178a308b411f530361d1d56f1f929 to your computer and use it in GitHub Desktop.
Save DCFApixels/c3b178a308b411f530361d1d56f1f929 to your computer and use it in GitHub Desktop.

Semantics

version.major.minor

Release versions

The minimum release version is 1.0.0.

  • version: global updates. The major and minor are reset after increasing;
  • major: is incremented for large updates that break backward compatibility. After increasing, minor are reset;
  • minor: increases with small updates or bugfixes that do not break backward compatibility;

Pre-release versions:

Pre-release versions up to 1.0.0, may be backwardly incompatible.

  • version: always 0;
  • major: a value of 0 to 9 indicating the percentage of completion before the first release;
  • minor: goes up with changes, resets when major goes up;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment