From 96027d9e0d13e47457fb8107dc6155691808198d Mon Sep 17 00:00:00 2001 From: amcheste-ai-agent <278991699+amcheste-ai-agent@users.noreply.github.com> Date: Tue, 12 May 2026 06:52:22 -0400 Subject: [PATCH] chore: release v0.1.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Patch release promoting the brand-alignment + branch-model clarification + banner work that landed on develop: - docs: distinguish integration trunk from GitHub default branch setting (#19) — adds the "GitHub default branch" subsection to branching-and-releases.md and Step 5 to the release ceremony. - feat: add brand banner (#20) — Claude Design output landed under assets/, README references assets/banner.svg. - ci: bump release-drafter to v7.3.0 and drop pull_request trigger (#18, merged earlier). - ci: scorecard workflow imposter SHA + publish_results fix (merged earlier). No code changes; documentation + asset additions only. Co-Authored-By: Claude Opus 4.7 (1M context) Co-Authored-By: amcheste <13696614+amcheste@users.noreply.github.com> --- CHANGELOG.md | 14 ++++++++++++++ VERSION | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f11a41b..fc25a34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.1] - 2026-05-12 + +### Added +- Brand banner under `assets/` (svg + 1200/2400 png) per [`banner-spec.md`](https://github.com/amcheste/alanchester-brand/blob/main/docs/banner-spec.md). Hero shows the four philosophy pillars with a Hunter Green δ marker on Branching. +- "GitHub default branch setting" subsection in [Branching & Releases](docs/workflows/branching-and-releases.md), clarifying that the integration trunk (always `develop`) is distinct from GitHub's "default branch" repo setting (develop pre-release, main post-release). +- Step 5 in the release ceremony: ensure `main` is the GitHub default branch. Idempotent — only takes effect on the first release. +- Brand-aligned README badges (license in Hunter Green `#1F4D3A`, version in Ink `#0B0B0C`) and em-dash sweep across prose. + +### Changed +- Release Drafter workflow bumped to v7.3.0 (`c2e2804`). Dropped the `pull_request` trigger — v7 split autolabeling into a separate action, and v7 was failing CI on PR events because `GITHUB_REF` is `refs/pull/N/merge` (rejected by the Releases API as `target_commitish`). + +### Fixed +- Scorecard workflow: replaced imposter `github/codeql-action/upload-sarif` SHA with the real v4 pin (`68bde55`). Added `publish_results` condition keyed to `default_branch` instead of hardcoded `refs/heads/main` so it works on repos where develop is the integration trunk. + ## [0.1.0] - 2026-04-24 ### Added diff --git a/VERSION b/VERSION index 6e8bf73..17e51c3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.0 +0.1.1