Skip to content

fix releases#8

Merged
tutunak merged 1 commit intomasterfrom
fix-releases
Feb 1, 2026
Merged

fix releases#8
tutunak merged 1 commit intomasterfrom
fix-releases

Conversation

@tutunak
Copy link
Copy Markdown
Owner

@tutunak tutunak commented Feb 1, 2026

Summary by CodeRabbit

  • Chores
    • Optimized release workflow to ensure proper tag creation occurs at the correct step during the release process.

✏️ Tip: You can customize this high-level summary in your review settings.

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Feb 1, 2026

Caution

Review failed

The pull request is closed.

📝 Walkthrough

Walkthrough

The release workflow is reorganized to create and push version tags before executing GoReleaser, with Git user configuration added beforehand. The duplicate tag creation step that previously occurred after GoReleaser is removed, consolidating the tagging operation into a single, earlier step conditioned on the skip flag.

Changes

Cohort / File(s) Summary
Release Workflow Reorganization
.github/workflows/release.yaml
Relocated "Create and push tag" step to execute before "Run GoReleaser" with added Git user configuration. Removed duplicate tag creation step that previously followed GoReleaser. Change is conditioned on skip not being true.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Poem

🐰 Hoppy little tags, we tidy up your flow,
Before the release, not after the show,
No duplicates here, just one perfect hop,
Your workflow's cleaner, from bottom to top!

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch fix-releases

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

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

@tutunak tutunak merged commit d9cec2b into master Feb 1, 2026
8 of 9 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