-
-
Notifications
You must be signed in to change notification settings - Fork 5.9k
make: add release-sources #10295
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
make: add release-sources #10295
Conversation
@sapk I can't update this branch to merge it. |
This should aslo package pre-build /public folder removing the need for node to build from this archive. |
Codecov Report
@@ Coverage Diff @@
## master #10295 +/- ##
==========================================
- Coverage 43.73% 43.71% -0.03%
==========================================
Files 585 585
Lines 81017 81017
==========================================
- Hits 35434 35413 -21
- Misses 41201 41216 +15
- Partials 4382 4388 +6
Continue to review full report at Codecov.
|
Release an archive with build context (with vendors for node).
It add a make step
release-sources
to makerelease
and compress build context to /dist/release which is checksum byrelease-check
and publish by drone s3 plugin.Fix #10253