| 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-LD downloadUrl / softwareVersion, download button href, visible version line.
- site/llms.txt โ โDownload vโฆโ link.
- site/homepage.md โ Download bullet and version line.
- site/compare/*/index.html โ DMG
href and visible vX.Y ยท Requires line on each SEO compare page (release.sh updates these automatically with the homepage).
- README.md โ if it embeds a specific DMG URL (optional; prefer
releases/latest in prose when possible).
Search the repo for the previous version number to catch stragglers.