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: release task bumps to wrong version when majorVersion is 0 #1585

Merged
merged 2 commits into from
Feb 1, 2022

Conversation

Chriscbr
Copy link
Contributor

Fixes #1584


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@Chriscbr Chriscbr requested a review from eladb January 31, 2022 19:03
@mergify mergify bot added the contribution/core ⚙️ used by automation label Jan 31, 2022
@codecov-commenter
Copy link

codecov-commenter commented Jan 31, 2022

Codecov Report

Merging #1585 (23d992a) into main (d90284c) will increase coverage by 1.22%.
The diff coverage is 88.50%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1585      +/-   ##
==========================================
+ Coverage   88.06%   89.28%   +1.22%     
==========================================
  Files         132      141       +9     
  Lines        5109     5882     +773     
  Branches     1207     1589     +382     
==========================================
+ Hits         4499     5252     +753     
- Misses        610      628      +18     
- Partials        0        2       +2     
Impacted Files Coverage Δ
src/cdk/consts.ts 100.00% <ø> (+36.36%) ⬆️
src/dev-env.ts 83.33% <0.00%> (ø)
src/java/index.ts 100.00% <ø> (ø)
src/python/index.ts 100.00% <ø> (ø)
src/release/index.ts 100.00% <ø> (ø)
src/typescript/typescript-typedoc.ts 20.00% <0.00%> (ø)
src/util/synth.ts 87.80% <ø> (-1.39%) ⬇️
src/version.ts 100.00% <ø> (ø)
src/vscode/devcontainer.ts 86.84% <ø> (+0.35%) ⬆️
src/vscode/index.ts 100.00% <ø> (ø)
... and 163 more

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 270ec8b...23d992a. Read the comment docs.

@mergify mergify bot merged commit eb16b2b into main Feb 1, 2022
@mergify mergify bot deleted the rybickic/fix-bump branch February 1, 2022 05:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contribution/core ⚙️ used by automation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

releaseBranches configuration resulting in the wrong major version release
3 participants