-
Notifications
You must be signed in to change notification settings - Fork 14.3k
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
Scripts & instructions to craft official Apache source releases #7054
Conversation
4c00e01
to
4a264a2
Compare
4a264a2
to
0d615a9
Compare
Codecov Report
@@ Coverage Diff @@
## master #7054 +/- ##
=======================================
Coverage 64.46% 64.46%
=======================================
Files 421 421
Lines 20537 20537
Branches 2247 2247
=======================================
Hits 13240 13240
Misses 7170 7170
Partials 127 127
Continue to review full report at Codecov.
|
INSTALL.txt
Outdated
npm ci | ||
|
||
# Build the Javascript bundles | ||
npm run prod |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we use this or npm run build
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh right, npm run build
is best I think, altering
# You may want to check that there's nothing your care about here first. | ||
# Alternatively you could clone the repo into another location as in | ||
# git clone git@github.com:apache/incubator-superset.git superset-releases | ||
git clean -fxd |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is pretty destructive but somewhat required BTW. May issue is if you have a virtualenv it'll erase it.
Was thinking that either we suggest the user to do this in a dedicated repo copy, or we automate it inside a docker container.
Rendered markdown here:
https://github.com/mistercrunch/superset/blob/apache-releases/RELEASING.md#apache-releases