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(manifest): node-workspace plugin respects release-as #901

Merged
merged 3 commits into from
May 11, 2021

Conversation

joeldodge79
Copy link
Collaborator

No description provided.

prior to this change the node-workspace plugin would hard-code
a patch version increment for any package whose only reason for
receiving a version bump was because workspace dependencies
updated. However, if that package has the release-as knob on,
then that value should be used for the version.
@joeldodge79 joeldodge79 requested a review from a team May 6, 2021 21:07
@joeldodge79 joeldodge79 requested a review from a team as a code owner May 6, 2021 21:07
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label May 6, 2021
@codecov
Copy link

codecov bot commented May 6, 2021

Codecov Report

Merging #901 (e9635cb) into master (1af2623) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #901   +/-   ##
=======================================
  Coverage   94.43%   94.43%           
=======================================
  Files          73       73           
  Lines        9822     9835   +13     
  Branches     1044     1047    +3     
=======================================
+ Hits         9275     9288   +13     
  Misses        543      543           
  Partials        4        4           
Impacted Files Coverage Δ
src/factory.ts 97.97% <100.00%> (-0.02%) ⬇️
src/github.ts 90.27% <100.00%> (+0.02%) ⬆️
src/manifest.ts 98.94% <100.00%> (-0.01%) ⬇️
src/plugins/node-workspace.ts 100.00% <100.00%> (ø)
src/release-pr.ts 93.65% <100.00%> (+0.01%) ⬆️
src/releasers/java-bom.ts 100.00% <100.00%> (ø)
src/releasers/java-yoshi.ts 90.88% <100.00%> (-0.03%) ⬇️
src/updaters/java/java_update.ts 96.29% <100.00%> (+0.04%) ⬆️
src/util/branch-name.ts 94.65% <100.00%> (+0.04%) ⬆️

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 1af2623...e9635cb. Read the comment docs.

@chingor13 chingor13 added the automerge Merge the pull request once unit tests and other checks pass. label May 11, 2021
@gcf-merge-on-green gcf-merge-on-green bot merged commit 2d4ee9e into master May 11, 2021
@gcf-merge-on-green gcf-merge-on-green bot deleted the manifest-plugins-fix branch May 11, 2021 00:24
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label May 11, 2021
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.

None yet

2 participants