From 66d323f3bc9825439bc9a2077330626d7d4f792e Mon Sep 17 00:00:00 2001 From: Nikolai Emil Damm Date: Sun, 28 Jun 2026 14:16:50 +0200 Subject: [PATCH] docs(conventional-release): tag fenced examples as text (MD040) --- conventional-release/SKILL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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`.