diff --git a/conventional-release/SKILL.md b/conventional-release/SKILL.md index a536570..5f8bc77 100644 --- a/conventional-release/SKILL.md +++ b/conventional-release/SKILL.md @@ -56,7 +56,7 @@ So: ## Anatomy of the title -``` +```text (): ``` @@ -94,7 +94,7 @@ A breaking change is a **major** bump (`X.0.0`), signalled either way: - a `!` after the type/scope: `feat(api)!: drop the v1 endpoint`, **or** - a `BREAKING CHANGE:` footer in the body: - ``` + ```text feat(api): replace the auth header BREAKING CHANGE: clients must send `Authorization: Bearer` instead of `X-Token`.