Skip to content
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

fix(webpack): make release-please webpackable #670

Merged
merged 1 commit into from
Dec 21, 2020
Merged

fix(webpack): make release-please webpackable #670

merged 1 commit into from
Dec 21, 2020

Conversation

bcoe
Copy link
Contributor

@bcoe bcoe commented Dec 18, 2020

Our approach of dynamically loading releasers does not work well for webpack, and therefore can break the GitHub actions which uses rollup.

@bcoe bcoe requested a review from a team as a code owner December 18, 2020 00:15
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Dec 18, 2020
@codecov
Copy link

codecov bot commented Dec 18, 2020

Codecov Report

Merging #670 (140b575) into master (f441676) will increase coverage by 0.14%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #670      +/-   ##
==========================================
+ Coverage   83.02%   83.17%   +0.14%     
==========================================
  Files          45       45              
  Lines        5326     5306      -20     
  Branches      426      441      +15     
==========================================
- Hits         4422     4413       -9     
+ Misses        903      892      -11     
  Partials        1        1              
Impacted Files Coverage Δ
src/release-pr-factory.ts 92.68% <100.00%> (+13.57%) ⬆️
src/releasers/index.ts 87.03% <100.00%> (+1.62%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f441676...140b575. Read the comment docs.

@bcoe bcoe merged commit ae4f500 into master Dec 21, 2020
@bcoe bcoe deleted the webpackable branch December 21, 2020 22:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants