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

release: add 'tag' command to releashelper #2289

Merged
merged 1 commit into from
Jun 7, 2019
Merged

Conversation

eliben
Copy link
Member

@eliben eliben commented Jun 7, 2019

This command runs 'git tag' to set a tag on all released modules. For
this purpose we start marking modules in allmodule as "released" or not.

Fixes #2284
Fixes #2111

This command runs 'git tag' to set a tag on all released modules. For
this purpose we start marking modules in allmodule as "released" or not.

Fixes google#2284
Fixes google#2111
@googlebot googlebot added the cla: yes Google CLA has been signed! label Jun 7, 2019
@codecov
Copy link

codecov bot commented Jun 7, 2019

Codecov Report

Merging #2289 into master will decrease coverage by 0.07%.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2289      +/-   ##
==========================================
- Coverage   70.51%   70.44%   -0.08%     
==========================================
  Files         109      109              
  Lines       12791    12808      +17     
==========================================
+ Hits         9020     9023       +3     
- Misses       3152     3166      +14     
  Partials      619      619
Impacted Files Coverage Δ
internal/releasehelper/releasehelper.go 35.84% <0%> (-6.85%) ⬇️
internal/retry/retry.go 88.23% <0%> (-11.77%) ⬇️
internal/cmd/gocdk/main.go 64.28% <0%> (-2.05%) ⬇️
pubsub/kafkapubsub/kafka.go 84.13% <0%> (+0.73%) ⬆️
pubsub/pubsub.go 93.41% <0%> (+1.56%) ⬆️

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 1a8f982...a0eb1fe. Read the comment docs.

@eliben eliben requested a review from vangent June 7, 2019 21:22
@vangent vangent merged commit 58615de into google:master Jun 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes Google CLA has been signed!
Projects
None yet
3 participants