You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
OlafConijn
changed the title
define quality bands on types and have this reflected in versioning
Define quality bands on types and have this reflected in versioning
Oct 21, 2020
Any type starts with version
0.1.0
.When implementing any of the below, you can increment minor with +1:
Features (use category
feat
in commit):0.1.0
)Tests (use category
test
in commit):Example commit message:
feat(my-type): implement create/update and delete handler
Breaking changes may occur before 1.0.0.
After 1.0.0 breaking changing only occur when incrementing major.
When squashing PRs use
BREAKING CHANGE
in the commit body (new line) and add an explanation of breaking changessee: https://www.conventionalcommits.org/en/v1.0.0-beta.4/
also: https://gist.github.com/PurpleBooth/b24679402957c63ec426
The text was updated successfully, but these errors were encountered: