Skip to content

Align release workflows and docs with CivicCore v1.2.1 - #79

Draft
scottconverse wants to merge 1 commit into
mainfrom
devharmonics/8b46864f-github-civicsuite-civiccode-3ff9b2dd-task-civiccode-release-workflow-refs
Draft

Align release workflows and docs with CivicCore v1.2.1#79
scottconverse wants to merge 1 commit into
mainfrom
devharmonics/8b46864f-github-civicsuite-civiccode-3ff9b2dd-task-civiccode-release-workflow-refs

Conversation

@scottconverse

Copy link
Copy Markdown
Contributor

Summary

Update release workflows and documentation to reference the current CivicCore v1.2.1 release instead of the superseded v1.2.0 tag.

Changes

  • .github/workflows/release.yml:125 — Update CivicCore checkout ref from v1.2.0 to v1.2.1
  • .github/workflows/release-preflight.yml:64 — Update CivicCore checkout ref from v1.2.0 to v1.2.1
  • docs/index.html:151 — Update published wheel version claim from v1.2.0 to v1.2.1

Context

Both release workflows check out CivicCore fixtures at a specific tag for use by scripts/verify-release-provenance.py. The workflows were still checking out v1.2.0, but the dependency pin in pyproject.toml:16 already points to the published v1.2.1 wheel. This update aligns the fixture checkout with the installed dependency version.

Test plan

  • Verify no ref: v1.2.0 references remain in .github/workflows/
  • Verify no v1.2.0 references remain in docs/index.html
  • Verify only the three target files changed
  • Run tests/test_milestone_1_runtime_foundation.py to confirm v1.2.1 dependency pin validation still passes

🤖 Generated with Claude Code

Update both release workflows to check out CivicCore at the current v1.2.1
tag instead of the superseded v1.2.0. This ensures the provenance fixtures
used by scripts/verify-release-provenance.py match the installed wheel
(which already pins to v1.2.1 per pyproject.toml:16).

Also update docs/index.html to reflect the current published wheel version.

Changes:
- .github/workflows/release.yml:125 — ref: v1.2.0 → v1.2.1
- .github/workflows/release-preflight.yml:64 — ref: v1.2.0 → v1.2.1
- docs/index.html:151 — CivicCore v1.2.0 → v1.2.1

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant