release: the Homebrew tap drifted two releases behind silently; make the tap bump itself
维护者通常 1 天内回复
还没有人认领这个 Issue。
评估
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 新手友好度
- 52/100
- Issue 类型
- 功能
- 描述清晰度
- 基本清楚
- 活跃度
- 活跃
- 技术栈
- github-actions
- 领域
- devops, documentation, release
调研方向
Start with .github/workflows/release.yml, then inspect the homebrew-eigenscript repository's existing CI and formula. Define how a scheduled or workflow_dispatch run can compare the latest EigenScript release with the formula, calculate the tarball checksum, and open a PR; verify it with a fake newer version or a subsequent release and confirm the tap test-bot passes. Update the release skill or docs/ with the automatic-bump and troubleshooting information.
由索引模型根据 Issue 内容生成。
描述
The Homebrew tap lagged two releases behind, and nothing reported it. Until 2026-09-24, brew install InauguralSystems/eigenscript/eigenscript (the install route README.md advertises) installed v0.41.0, while the latest release was v0.43.0. The bump PR (homebrew-eigenscript#12) sat red for a day for an unrelated reason. The tap's CI referenced Homebrew/actions/setup-homebrew@master, which no longer resolves, so every tap PR failed before it tested anything (fixed by homebrew-eigenscript#11, which pins a SHA).
Why it went unnoticed: .github/workflows/release.yml builds and publishes a release but never touches the tap. Nothing compares the tap's formula version with the latest tag, so the drift is silent. This is the same class as the doc-drift "Latest release" line, except that one has a gate.
Proposed fix (structural, not a new gate here): the tap updates itself. A scheduled workflow in homebrew-eigenscript reads the latest EigenScript release through the public API, which needs no token. When the formula is behind, it opens a PR with the new url and a sha256 computed from the tarball. The tap's own test-bot then runs on that PR. This keeps the credential question out of EigenScript. The alternative, release.yml pushing a PR into the tap, would need a cross-repo token.
Done when
- homebrew-eigenscript has a scheduled (and
workflow_dispatch) workflow that opens a formula-bump PR whenever the latest EigenScript release tag is newer than the formula's version. - Its
sha256is computed from the downloaded tarball, never typed by hand. - Proven once: pointed at a fake "newer" version (or dispatched after the next release), it opens a correct PR, and that PR's test-bot runs green.
- The release steps in the release skill /
docs/say the tap bump is automatic and where to look if its PR goes red.
- 主要语言
- C
- 星标
- 3
- 派生
- 7
- 平均合并
- 3 小时 58 分钟
- 30 天内合并 PR
- 105
环境准备
在浏览器里用你自己的 GitHub 账号启动这个项目的开发容器。
- 提供 Dockerfile 或 Docker Compose 文件
- 有 Pull Request 模板
- 阅读贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
InauguralSystems/EigenScript 的其他 Issue
-
area:lint-tooling bug
难度 2/5 1-3 小时 新手友好度 88/100
InauguralSystems/EigenScript#1340 ·
维护者通常 1 天内回复
-
area:stdlib found-by:code-review kind:silent-wrong
难度 2/5 1-3 小时 新手友好度 88/100
InauguralSystems/EigenScript#1338 ·
维护者通常 1 天内回复
-
area:lint-tooling found-by:critic kind:docs-drift
难度 2/5 1-3 小时 新手友好度 76/100
InauguralSystems/EigenScript#1335 ·
维护者通常 1 天内回复
-
area:ci found-by:critic kind:gate-defect
难度 2/5 1-3 小时 新手友好度 86/100
InauguralSystems/EigenScript#1311 ·
维护者通常 1 天内回复
-
enrolment: decide test_gc_runner_controls.py (exempt vs enrol) and whether floors need a ratchet未关闭area:gates found-by:critic kind:decision
难度 2/5 1-3 小时 新手友好度 65/100
InauguralSystems/EigenScript#1280 · 1 条评论 ·
维护者通常 1 天内回复
查看 InauguralSystems/EigenScript 的全部 Issue
相似的 Issue
-
bug
难度 2/5 1-3 小时 新手友好度 76/100
johnsonjh/emu2-cpm86#68 · 1 条评论 ·
维护者通常 1 天内回复
-
Zenmap Crash未关闭Zenmap
难度 2/5 1-3 小时 新手友好度 68/100
维护者通常 2 天内回复
-
难度 1/5 1 小时以内 新手友好度 88/100
fastfetch-cli/fastfetch#2619 ·
维护者通常 1 天内回复
-
难度 2/5 1-3 小时 新手友好度 84/100
维护者通常 1 天内回复
-
Template: Bug
难度 2/5 1-3 小时 新手友好度 68/100
betaflight/betaflight#15759 ·
维护者通常 1 天内回复