Skip to content

Conversation

@greguintow
Copy link
Contributor

@greguintow greguintow commented Jan 29, 2026

What does this PR do?

  • Publish 2.0.0 with support for class validator decorators

Open with Devin

@coderabbitai
Copy link

coderabbitai bot commented Jan 29, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

🗂️ Base branches to auto review (1)
  • ^(?!main$|master$).*$

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

  • 🔍 Trigger a full review

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

@fireflies-bot
Copy link

🔍 PR Complexity Assessment

🟢 Risk Score: 2/10

[██░░░░░░░░]

📝 Summary

This PR reorganizes the CI/CD workflow to publish to GitHub Package Registry before NPM, adding a minor fix to remove the .npmrc file before creating a new one for NPM publishing. The changes are purely structural reordering of existing workflow steps with no logic changes.

📊 Lines Analysis

Metric Count
Total Changes 83
Production Code 83
Test Code 0

💡 Recommendation

Verify the workflow runs correctly by testing a publish cycle. The main change is the order of publishing (GitHub Package Registry first, then NPM) and the addition of 'rm -f .npmrc' before creating the NPM registry .npmrc file. Low risk as this is primarily a reordering of existing steps.


This assessment is automated and should be used as a guide. Please use your judgment when reviewing.

@greguintow greguintow merged commit 31a260a into main Jan 29, 2026
8 checks passed
Copy link
Contributor

@devin-ai-integration devin-ai-integration bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no potential bugs to report.

View in Devin Review to see 3 additional flags.

Open in Devin Review

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.

3 participants