Skip to content

Instantly share code, notes, and snippets.

@thuydao
Last active March 29, 2021 09:42
Show Gist options
  • Save thuydao/19039aa43f53463a9430420cb208805a to your computer and use it in GitHub Desktop.
Save thuydao/19039aa43f53463a9430420cb208805a to your computer and use it in GitHub Desktop.
Version number definition

A version number has three components, major.minor.patch e.g. 1.2.13. You decide which to increment based on the changes you have made since the last version.

major.minor.patch

  1. Patch is for minor changes or bug fixes

  2. Minor is for new functionality

  3. Major is for major changes, like a rewrite of the project

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment