Agent Skills
› heyderekj/dinky
› dinky-release-bump
dinky-release-bump
GitHub提供 Dinky 版本发布时的字符串同步清单,确保项目配置、网站及文档中的版本号与下载链接一致,支持自动化更新。
Trigger Scenarios
执行版本发布流程
同步仓库与网站版本信息
Install
npx skills add heyderekj/dinky --skill dinky-release-bump -g -y
SKILL.md
Frontmatter
{
"name": "dinky-release-bump",
"description": "Checklist for keeping Dinky release strings in sync across repo and site."
}
Dinky — release string bump
Use ./release.sh X.Y.Z --bump-only to sync project.pbxproj + site URLs in one step (no build/git). Full ship: ./release.sh X.Y.Z (Release build, DMG, zip, commit, tag, gh release create).
When shipping a new X.Y.Z DMG to GitHub Releases, pinned references must match:
- site/index.html —
<title>, meta descriptions, JSON-LDdownloadUrl/softwareVersion, download buttonhref, visible version line. - site/llms.txt — “Download v…” link.
- site/homepage.md — Download bullet and version line.
- site/compare/*/index.html — DMG
hrefand visiblevX.Y · Requiresline on each SEO compare page (release.shupdates these automatically with the homepage). - README.md — if it embeds a specific DMG URL (optional; prefer
releases/latestin prose when possible).
Search the repo for the previous version number to catch stragglers.
Version History
- c05dec5 Current 2026-07-24 21:57


