Skip to content

chore: release v0.2.0#23

Merged
amcheste merged 1 commit into
developfrom
chore/release-v0.2.0
May 12, 2026
Merged

chore: release v0.2.0#23
amcheste merged 1 commit into
developfrom
chore/release-v0.2.0

Conversation

@amcheste-ai-agent
Copy link
Copy Markdown
Contributor

Minor bump (0.1.0 → 0.2.0). This release introduces a `feat:` commit (the brand banner from #20), and per the handbook rule `feat` → minor, so this is 0.2.0, not 0.1.1.

What's in this release

Added

  • Brand banner under `assets/` (svg + 1200/2400 png) per `banner-spec.md`. Hero shows the four philosophy pillars with a Hunter Green δ marker on Branching. Inline `<style>` block bakes IBM Plex Sans/Mono/Serif metrics into the SVG so it renders standalone on GitHub.
  • "GitHub default branch setting" subsection in Branching & Releases, 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, version in Ink).

Changed

  • Release Drafter workflow bumped to v7.3.0 (`c2e2804`). Dropped the `pull_request` trigger — v7 was failing CI on PR events because `GITHUB_REF` is `refs/pull/N/merge`, which the Releases API rejects as `target_commitish`.

Fixed

Release ceremony

This PR is Step 1 of `/publish-release`. Merge it, then the rest runs on CLI:

  • Step 2: `git merge --no-ff origin/develop` into main, push main
  • Step 3: tag `v0.2.0` annotated, push tag
  • Step 4: confirm release pipeline triggered
  • Step 5: ensure `main` is the GitHub default branch (already is — second release, no-op)

No code changes — docs + assets only.

Minor bump. This release introduces a `feat:` (the brand banner from
#20), and per the handbook rule (feat → minor) the version moves
from 0.1.0 to 0.2.0.

Highlights:

- feat: brand banner per banner-spec, rendered standalone via inline
  stylesheet (#20, #22).
- docs: distinguish integration trunk from GitHub default branch
  setting; add Step 5 to the release ceremony for first-release
  default-branch flip (#19).
- ci: bump release-drafter to v7.3.0 and drop pull_request trigger
  (#18).

No code changes; documentation + asset additions only.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-Authored-By: amcheste <13696614+amcheste@users.noreply.github.com>
@amcheste-ai-agent amcheste-ai-agent Bot requested a review from amcheste as a code owner May 12, 2026 11:35
@github-actions github-actions Bot added the docs label May 12, 2026
@amcheste amcheste merged commit 1af1099 into develop May 12, 2026
5 checks passed
@amcheste amcheste deleted the chore/release-v0.2.0 branch May 12, 2026 11:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants