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.
1 Comment