You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove GitHub Packages configuration to publish Pro packages publicly on npmjs.org and RubyGems.org.
Changes:
- Remove publishConfig from react_on_rails_pro/package.json (node-renderer)
- Update release script to publish Pro gem to RubyGems.org (remove --key github --host)
- Update all messaging from PRIVATE/GitHub Packages to PUBLIC/npmjs.org/RubyGems.org
- Update script documentation to reflect all packages are now public
- Update success message for unified public distribution
This follows Bob's pattern from react-on-rails-pro NPM package (already configured for public).
Runtime enforcement via JWT license validation remains unchanged.
0 commit comments