-
Notifications
You must be signed in to change notification settings - Fork 1
Add a build-ready source zip to releases #53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a build-ready source zip to releases #53
Conversation
📝 WalkthroughSummary by CodeRabbit
WalkthroughThe changes migrate archive functionality from a Makefile target to an npm script. The GitHub Actions release workflow is updated to invoke the new npm archive script and include generated ZIP files in the changelog assets. The Makefile's archive target and related dependencies are removed. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes
Poem
Pre-merge checks and finishing touches❌ Failed checks (2 warnings)
✅ Passed checks (1 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (3)
🔇 Additional comments (3)
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. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files
|
5238121 to
5e63c11
Compare
I've noticed that we could produce a source zip file that can reproduce the XPI binary. Let's release it along with the XPI file.