Skip to content

Conversation

@Doarakko
Copy link
Owner

Summary

  • Replace goreleaser with matrix build release workflow (based on kon)
  • Add build and lint workflow for pull requests using golangci-lint

Changes

  • .github/workflows/release.yml: Matrix build for darwin-amd64, darwin-arm64, linux-amd64 with gh release
  • .github/workflows/build-and-lint.yml: Build and lint checks on PRs using golangci-lint-action@v6
  • scripts/update-homebrew.sh: Script to update Homebrew formula after release
  • Remove .goreleaser.yaml (no longer needed)

Release Process

# 1. Create and push tag
git tag v0.1.0
git push origin v0.1.0

# 2. GitHub Actions creates release automatically

# 3. Update Homebrew formula
./scripts/update-homebrew.sh 0.1.0

🤖 Generated with Claude Code

Doarakko and others added 2 commits December 31, 2025 00:07
- Use matrix build for darwin-amd64, darwin-arm64, linux-amd64
- Create releases using gh release with auto-generated notes
- Remove goreleaser.yaml as it's no longer needed
- Add scripts/update-homebrew.sh for manual Homebrew formula update
- Add /Formula to .gitignore

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add build job to verify code compiles
- Add lint job using golangci-lint-action@v6

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@coderabbitai
Copy link

coderabbitai bot commented Dec 30, 2025

Warning

Rate limit exceeded

@Doarakko has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 11 minutes and 56 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

📥 Commits

Reviewing files that changed from the base of the PR and between 45248dc and 1a0e81e.

📒 Files selected for processing (5)
  • .github/workflows/build-and-lint.yml
  • .github/workflows/release.yml
  • .gitignore
  • .goreleaser.yaml
  • scripts/update-homebrew.sh

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

@Doarakko Doarakko marked this pull request as ready for review December 30, 2025 15:11
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@Doarakko Doarakko merged commit 2dcc255 into master Dec 30, 2025
3 checks passed
@Doarakko Doarakko deleted the feature/update-release-workflow branch December 30, 2025 15:17
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.

2 participants