Skip to content

chore: release v0.1.1#21

Closed
amcheste-ai-agent[bot] wants to merge 1 commit into
developfrom
chore/release-v0.1.1
Closed

chore: release v0.1.1#21
amcheste-ai-agent[bot] wants to merge 1 commit into
developfrom
chore/release-v0.1.1

Conversation

@amcheste-ai-agent
Copy link
Copy Markdown
Contributor

Patch release promoting the brand-alignment + branch-model clarification + banner work that landed on develop.

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.
  • "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 #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 was failing CI on PR events because GITHUB_REF is refs/pull/N/merge, which the Releases API rejects as target_commitish.

Fixed

  • Scorecard workflow: imposter github/codeql-action/upload-sarif SHA replaced with the real v4 pin. Added publish_results condition keyed to default_branch instead of hardcoded refs/heads/main.

Release ceremony

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

  • Step 2: git merge --no-ff origin/develop into main
  • Step 3: tag v0.1.1 and push the tag
  • Step 4: confirm pipeline triggered
  • Step 5: ensure main is the GitHub default branch (already is — second release on this repo, so this step is a no-op)

No code changes — docs + assets only.

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) <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 10:54
@github-actions github-actions Bot added the docs label May 12, 2026
@amcheste-ai-agent
Copy link
Copy Markdown
Contributor Author

Closing — this used a patch bump (0.1.1) but the release contains a feat: commit (banner), which per the handbook rule (feat → minor) means it should be 0.2.0. Also bundling in a fix for an SVG overflow on the banner's .stack text class.

Re-doing as:

  1. fix PR landing the SVG .stack font-size tune (this branch's first new commit)
  2. Fresh release PR bumping to v0.2.0, opened after the fix lands

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.

1 participant