Align release workflows and docs with CivicCore v1.2.1 - #79
Draft
scottconverse wants to merge 1 commit into
Draft
Conversation
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.1docs/index.html:151— Update published wheel version claim from v1.2.0 to v1.2.1Context
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 inpyproject.toml:16already points to the published v1.2.1 wheel. This update aligns the fixture checkout with the installed dependency version.Test plan
ref: v1.2.0references remain in.github/workflows/v1.2.0references remain indocs/index.htmltests/test_milestone_1_runtime_foundation.pyto confirm v1.2.1 dependency pin validation still passes🤖 Generated with Claude Code