Skip to content

Add tag-triggered release workflow and install scripts#13

Merged
turtlemonvh merged 1 commit into
masterfrom
ai/github-releases
May 1, 2026
Merged

Add tag-triggered release workflow and install scripts#13
turtlemonvh merged 1 commit into
masterfrom
ai/github-releases

Conversation

@turtlemonvh
Copy link
Copy Markdown
Owner

Summary

  • New .github/workflows/release.yml — triggered on v* tags, cross-compiles linux/darwin/windows amd64, attaches binaries to a GitHub Release with auto-generated release notes
  • New scripts/install.shcurl | bash installer for Linux/macOS
  • New scripts/install.ps1irm | iex installer for Windows
  • README "Installation" section with one-liner install commands
  • NextUp.md tagged-release item removed

Test plan

  • Go build + gofmt clean
  • CI passes on this PR (no Go code changes — just YAML, shell, PowerShell, markdown)
  • After merge: tag v0.1.0, confirm release workflow creates a GitHub Release with 3 binaries
  • Test install script: curl -sSfL .../install.sh | bash from a clean dir

🤖 Generated with Claude Code

New `.github/workflows/release.yml` triggers on `v*` tags: builds the
Docker toolchain image, cross-compiles linux/darwin/windows amd64, and
attaches all three binaries to a GitHub Release via
softprops/action-gh-release.

New `scripts/install.sh` (Linux/macOS) and `scripts/install.ps1`
(Windows) — one-liner installers that detect the platform, fetch the
latest release from the GitHub API, and drop the binary in the current
directory (or $INSTALL_DIR). Both support pinning a version via $VERSION.

README gains an "Installation" section with the curl|bash and irm|iex
one-liners plus a link to the releases page.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@turtlemonvh turtlemonvh merged commit aa7595a into master May 1, 2026
2 checks passed
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