From 60e57351f5c3c998833575fe43c2bb176c41123a Mon Sep 17 00:00:00 2001 From: athackst <6098197+athackst@users.noreply.github.com> Date: Sun, 15 Mar 2026 23:52:18 +0000 Subject: [PATCH] chore: apply CI template update --- .copier-answers.ci.yml | 2 +- .github/ci-config.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.copier-answers.ci.yml b/.copier-answers.ci.yml index 289b1ba4..ee6203b1 100644 --- a/.copier-answers.ci.yml +++ b/.copier-answers.ci.yml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier; NEVER EDIT MANUALLY -_commit: bf33b20 +_commit: 048b007 _src_path: gh:athackst/ci bump_script_path: .github/bump.sh release_template: "# Get it\n\n ## Python\n\n Install it with pip\n\n ```bash\n\ diff --git a/.github/ci-config.yml b/.github/ci-config.yml index 095d3ab1..06f063d3 100644 --- a/.github/ci-config.yml +++ b/.github/ci-config.yml @@ -51,7 +51,7 @@ version-resolver: - 'security' labels: - major: + breaking: - head-branch: ["^major", "^breaking", "^break"] - description: "Breaking or major-version change" - color: "b91c1c"