Skip to content

Instantly share code, notes, and snippets.

@Barolina
Created March 13, 2023 06:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Barolina/ea25d15670f2c9f5f5d8d4e442488bd1 to your computer and use it in GitHub Desktop.
Save Barolina/ea25d15670f2c9f5f5d8d4e442488bd1 to your computer and use it in GitHub Desktop.
semver

fix — to indicate a bug fix (PATCH) ex . v0.0.1

feat — to indicate a new feature (MINOR) ex. v0.1.0

chore — for updates that do not require a version bump (.gitignore, comments, etc.)

docs — for updates to the documentation

BREAKING CHANGE — regardless of type, indicates a Major release (MAJOR) ex. v1.0.0

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