Skip to content

ci(cli): create release tags with GitHub API#47

Open
luanvdw wants to merge 1 commit into
mainfrom
ops/cli-release-tag-api
Open

ci(cli): create release tags with GitHub API#47
luanvdw wants to merge 1 commit into
mainfrom
ops/cli-release-tag-api

Conversation

@luanvdw
Copy link
Copy Markdown
Member

@luanvdw luanvdw commented May 27, 2026

Summary

  • replace the release tag git push with GitHub API ref creation
  • keep the tag pointed at the checked-out main commit after the latest-main guard
  • update the dry-run summary wording from tag/push to tag creation

Why

The first official beta published successfully to npm, but the release workflow failed while pushing cli-v3.0.0-beta.0 because checkout uses persist-credentials: false and the inline git extraheader did not authenticate the push. The missing cli-v3.0.0-beta.0 tag has been repaired manually at the release commit.

Validation

  • ruby -e 'require "yaml"; YAML.load_file(".github/workflows/publish-cli.yml")'
  • checked that no old extraheader / git push origin path remains
  • git diff --check

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 27, 2026

Warning

Review limit reached

@luanvdw, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 46 minutes and 46 seconds. Learn how PR review limits work.

Your organization has run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After more reviews become available, 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 include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: 38beed97-d40a-4a4e-8b47-5f6fda4d7039

📥 Commits

Reviewing files that changed from the base of the PR and between b74f322 and cc8164c.

📒 Files selected for processing (1)
  • .github/workflows/publish-cli.yml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch ops/cli-release-tag-api
✨ Simplify code
  • Create PR with simplified code
  • Commit simplified code in branch ops/cli-release-tag-api

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.

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