Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0
0.1.1
Loading