Skip to content

fix(release): keep GitHub releases tied to package version#102

Merged
namastex888 merged 1 commit into
mainfrom
drogo/prod-rlmx
May 31, 2026
Merged

fix(release): keep GitHub releases tied to package version#102
namastex888 merged 1 commit into
mainfrom
drogo/prod-rlmx

Conversation

@namastex888
Copy link
Copy Markdown
Collaborator

Summary

  • stop deriving ad-hoc GitHub hotfix release tags when the package-version release already exists
  • resolve release tags only from package.json / src version flow
  • skip release creation until package.json/src/version.ts are explicitly bumped

Why

GitHub Releases had drifted ahead of npm/package/runtime version. This keeps GitHub release tags, npm dist-tags, and rlmx --version on the same package-version contract going forward.

Verification

  • YAML parsed all workflow files with PyYAML
  • git diff --check
  • public/private pattern scan of diff
  • npm run check
  • simulated current release decision: package 0.260528.2 -> v0.260528.2 exists -> skip

Operational cleanup already done

  • marked GitHub release v0.260528.2 as Latest to match npm latest and rlmx --version

@gemini-code-assist
Copy link
Copy Markdown

Note

Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 31, 2026

Warning

Review limit reached

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

More reviews will be available in 14 minutes and 22 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: defaults

Review profile: CHILL

Plan: Pro

Run ID: 5f15a875-1a02-4f4b-ada0-2d7bb9554b23

📥 Commits

Reviewing files that changed from the base of the PR and between 0b6a0e2 and 7fdd8a4.

📒 Files selected for processing (1)
  • .github/workflows/release.yml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch drogo/prod-rlmx

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.

@namastex888 namastex888 merged commit de101ee into main May 31, 2026
8 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.

2 participants