-
Notifications
You must be signed in to change notification settings - Fork 146
chore: add missing assets in github release #1619
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
Conversation
| }, | ||
| "packages/rum": { | ||
| "name": "@elastic/apm-rum", | ||
| "version": "5.16.3", |
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.
note for reviewer: the release process seems to forget to bump versions here so we get these changes when running npm i at root folder.
| /** | ||
| * Exclude the files that are not required for releasing | ||
| * | ||
| * TODO: Remove this filtering logic once we revisit bundling steps |
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.
note for reviewer: it seems we forgot this TODO and that's why we do not have *.map files
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.
We dont have any files other than .js and .map? Just checking.
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.
no, just .js and .map files
vigneshshanmugam
left a comment
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.
LGTM
| /** | ||
| * Exclude the files that are not required for releasing | ||
| * | ||
| * TODO: Remove this filtering logic once we revisit bundling steps |
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.
We dont have any files other than .js and .map? Just checking.
The github release for
rum-coredoes not add the*.mapfiles.Fixes: #1608