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(java): handle version manifest snapshot release version #297

Merged
merged 2 commits into from
Oct 24, 2019

Conversation

chingor13
Copy link
Contributor

Some scripts that generate the initial versions.txt manifest do not know what the current last released version was so it fills it in with the current snapshot version. If this happens, when it comes to release time, we should handle that in the versions.txt file's replacements.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Oct 24, 2019
@codecov
Copy link

codecov bot commented Oct 24, 2019

Codecov Report

Merging #297 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #297   +/-   ##
======================================
  Coverage    81.9%   81.9%           
======================================
  Files          24      24           
  Lines        2978    2978           
  Branches      249     250    +1     
======================================
  Hits         2439    2439           
  Misses        529     529           
  Partials       10      10
Impacted Files Coverage Δ
src/updaters/java/versions-manifest.ts 100% <100%> (ø) ⬆️

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 9085d43...ea27910. Read the comment docs.

@bcoe bcoe merged commit 623fde6 into googleapis:master Oct 24, 2019
@chingor13 chingor13 deleted the java-snapshot-versions-manifest branch October 24, 2019 18:04
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

3 participants