Skip to content

Instantly share code, notes, and snippets.

View Jacobinoo's full-sized avatar
🎯
Focusing

Jacob Jacobinoo

🎯
Focusing
View GitHub Profile
@Jacobinoo
Jacobinoo / workflow.md
Last active May 27, 2023 14:11 — forked from stuartsaunders/workflow.md
Versioning and Git Workflow

Semantic Versioning

Details:

Versions are denoted using a standard triplet of integers: MAJOR.MINOR.PATCH. The basic intent is that MAJOR versions are incompatible, large-scale upgrades of the API. MINOR versions retain source and binary compatibility with older minor versions, and changes in the PATCH level are perfectly compatible, forwards and backwards.