Skip to content

chore: sync release-please manifest + version files to 0.8.0#105

Merged
koko1123 merged 1 commit into
mainfrom
koko/release-please-manifest-sync
Jul 9, 2026
Merged

chore: sync release-please manifest + version files to 0.8.0#105
koko1123 merged 1 commit into
mainfrom
koko/release-please-manifest-sync

Conversation

@koko1123

@koko1123 koko1123 commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

Problem

Release Please can't cut releases for eth.zig. Two independent causes; this PR fixes one of them (the version desync). The other — the org setting Allow GitHub Actions to create and approve pull requests being off — must be toggled separately in GitHub settings.

v0.8.0 was cut out-of-band: only a git tag (8c9a20d, #103) was pushed, with no GitHub Release, so Release Please's manifest and the version-marked files were never bumped and stayed at 0.7.0:

  • .github/.release-please-manifest.json -> 0.7.0
  • build.zig.zon .version -> 0.7.0
  • README.md / docs/content/docs/installation.mdx install snippets -> #v0.7.0

With the manifest at 0.7.0, Release Please recomputes 0.8.0 from the feat commits since v0.7.0 and collides with the existing v0.8.0 tag -- i.e. it proposes a version that's already been cut.

Fix

Adopt v0.8.0 as the released version by manually doing what Release Please's release PR would have done: bump the manifest and the three extra-files to 0.8.0. After merge, Release Please diffs from the v0.8.0 tag and proposes 0.8.1 for the fix: in #104 (once the org PR-creation setting is enabled).

This also fixes the real bug that build.zig.zon self-reports 0.7.0 while downstream consumers (gator-liquidators, perpcity-zig-sdk) pin ?ref=v0.8.0#8c9a20d....

Scope / non-goals

Verification

  • ZIG=$HOME/.zig-0.16.0/zig make ci (build + fmt --check + test) -- green.
  • rg "v?0.7.0" across the four tracked files -- no stray refs remain.

Summary by CodeRabbit

  • Chores
    • Bumped the project version to 0.8.0.
  • Documentation
    • Updated installation instructions to reference the latest 0.8.0 release.
    • Refreshed dependency examples in the README and installation guide to match the new version.

v0.8.0 was cut out-of-band (git tag on 8c9a20d / #103 only, no GitHub
Release), so release-please's manifest and the version-marked extra-files
were never bumped and stayed at 0.7.0. With the manifest at 0.7.0,
release-please recomputes 0.8.0 from the feat commits since v0.7.0 and
collides with the existing v0.8.0 tag ("proposes wrong versions").

Adopt v0.8.0 as the released version by bumping the manifest plus the three
release-please extra-files (build.zig.zon, README.md, installation.mdx) to
match the existing tag. After this merges, release-please diffs from v0.8.0
and proposes 0.8.1 for the #104 fix.

Also fixes build.zig.zon self-reporting 0.7.0 while downstream (gator,
perpcity-zig-sdk) pins v0.8.0.

Does not delete the v0.8.0 tag (load-bearing: downstream pins its SHA) and
leaves CHANGELOG.md for the separate v0.8.0 GitHub Release backfill.
@vercel

vercel Bot commented Jul 9, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
eth-zig Ready Ready Preview, Comment Jul 9, 2026 6:22pm

Request Review

@coderabbitai

coderabbitai Bot commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 58256fc9-3e4a-41b9-b408-2e989488787b

📥 Commits

Reviewing files that changed from the base of the PR and between 0b5a320 and c726f3a.

📒 Files selected for processing (4)
  • .github/.release-please-manifest.json
  • README.md
  • build.zig.zon
  • docs/content/docs/installation.mdx

📝 Walkthrough

Walkthrough

This pull request bumps the eth.zig version reference from 0.7.0 to 0.8.0 across the release manifest, build.zig.zon package version, and documentation (README.md and installation.mdx), including fetch commands and dependency URL examples.

Changes

Version Bump

Layer / File(s) Summary
Release and build manifest version bump
.github/.release-please-manifest.json, build.zig.zon
Version fields updated from 0.7.0 to 0.8.0 in the release manifest and package manifest.
README and documentation version references
README.md, docs/content/docs/installation.mdx
Fetch one-liner and build.zig.zon dependency URL examples updated to reference v0.8.0 instead of v0.7.0.

Estimated code review effort: 1 (Trivial) | ~3 minutes

Possibly related PRs

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly matches the PR’s main change: syncing release-please and version-tracked files to 0.8.0.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch koko/release-please-manifest-sync

Comment @coderabbitai help to get the list of available commands.

@koko1123
koko1123 merged commit 5f6edab into main Jul 9, 2026
13 checks passed
koko1123 added a commit that referenced this pull request Jul 10, 2026
Follow-up to #105. v0.8.1 was hand-tagged out-of-band at 0b5a320 (#104,
the KMS fix) after #105 had already synced main to 0.8.0, leaving main's
manifest one version behind the latest tag -- the same drift #105 fixed,
shifted up a notch. Bump the manifest and the three release-please
extra-files (build.zig.zon, README.md, installation.mdx) 0.8.0 -> 0.8.1
to match the existing v0.8.1 tag.

With the org "Actions can create PRs" setting now enabled, this lets
release-please treat 0.8.1 as already released (tag exists at 0b5a320),
retire its stranded release-please--branches--main branch, and cleanly
propose 0.8.2 for the next real change -- without re-tagging the
load-bearing v0.8.1 (pinned by perpcity-zig-sdk and gator).
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