Semantic versioning is a way of describing a version number that doesn’t leave any room for interpretation. To make sure that we are releasing the correct version, we need to standardize our commit messages. By having a standardized format for commit messages, we can know when to increment which number and easily generate a release note.

5m read timeFrom css-tricks.com
Post cover image
Table of contents
Semantic versioningCommit formatEnforcing a commit formatGenerating a release
1 Comment