Commit 84110c15 authored by Hordur Freyr Yngvason's avatar Hordur Freyr Yngvason
Browse files

Merge branch 'doc-clarify-breaking-change-usage' into 'master'

doc: Clarify `BREAKING CHANGE` usage

See merge request gitlab-org/cluster-integration/auto-deploy-image!94
parents f3b2df56 efb7edff
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -39,9 +39,9 @@ the conventions of [Conventional Commits (v1.0.0-beta.2)](https://www.convention

### TL;DR

- Commit messages starting with `fix: ` trigger a patch version bump
- Commit messages starting with `feat: ` trigger a minor version bump
- Commit messages starting with `BREAKING CHANGE: ` trigger a major version bump.
- Commit title starting with `fix: ` trigger a patch version bump
- Commit title starting with `feat: ` trigger a minor version bump
- Commit body contains `BREAKING CHANGE: ` trigger a major version bump. This can be part of commits of any _type_.

## Automatic versioning