Skip to content

chore(ci): split PR CI from tag release pipeline#5

Merged
indykish merged 1 commit intomainfrom
chore/release-0.1.1
Mar 8, 2026
Merged

chore(ci): split PR CI from tag release pipeline#5
indykish merged 1 commit intomainfrom
chore/release-0.1.1

Conversation

@indykish
Copy link
Contributor

@indykish indykish commented Mar 8, 2026

Summary

  • run CI only on pull requests ()
  • run release only on tag pushes ()
  • make release workflow self-contained with sequential gates: verify-version -> lint -> test -> cross-compile -> coverage -> create-release -> verify-fetchable
  • require pushed tag to match
  • simplify Make targets: -> , remove
  • update docs (README + ARCHITECTURE) to remove hardcoded versioning and tighten structure

Why

  • avoids duplicate CI runs on merge to main
  • keeps release deterministic and isolated to tag-driven builds
  • keeps docs version-agnostic and easier to maintain

@indykish indykish merged commit 9cca9cc into main Mar 8, 2026
7 checks passed
@indykish indykish deleted the chore/release-0.1.1 branch March 8, 2026 13:03
@codecov
Copy link

codecov bot commented Mar 8, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

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