From 23f423af115536f58be6684af3c1702f98534bd2 Mon Sep 17 00:00:00 2001 From: phenoAI Governance Date: Fri, 12 Jun 2026 17:47:11 -0700 Subject: [PATCH] =?UTF-8?q?chore(cliff):=20upgrade=20to=20v2=20template=20?= =?UTF-8?q?(=E2=9A=A0=EF=B8=8F=20**BREAKING**=20suffix)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Upgrades the cliff.toml template to v2 by: - Adding the `# Phenotype-org standard cliff.toml v2 (2026-06-11)` marker - Adding the `# Changes from v1` note explaining the new ⚠️ **BREAKING** suffix - Appending `{% if commit.breaking %} ⚠️ **BREAKING**{% endif %}` to the commit-message line in the body, so commits with a `!` prefix (e.g. `feat!:`, `fix!:`) render with a ⚠️ **BREAKING** suffix in the generated CHANGELOG. No semantic change for v1-compliant commits (no `!` prefix). Refs: KooshaPari/phenotype-tooling#119 --- cliff.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cliff.toml b/cliff.toml index ac9de9e..72a1b36 100644 --- a/cliff.toml +++ b/cliff.toml @@ -1,4 +1,6 @@ # Source: https://github.com/KooshaPari/phenotype-tooling/blob/main/templates/cliff.toml +# Phenotype-org standard cliff.toml v2 (2026-06-11) +# Changes from v1: adds ⚠️ **BREAKING** suffix for commits with `!` prefix # git-cliff config (Phenotype-org standard) # https://git-cliff.org/docs/configuration