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

feat: add generic go releaser #890

Merged
merged 5 commits into from
May 3, 2021
Merged

Conversation

chingor13
Copy link
Contributor

Adds a generic golang releaser. It only updates the changlog (defaults to CHANGES.md) as tags are the release version.

Fixes #882

@chingor13 chingor13 requested a review from a team April 29, 2021 19:03
@chingor13 chingor13 requested a review from a team as a code owner April 29, 2021 19:03
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Apr 29, 2021
@codecov
Copy link

codecov bot commented Apr 29, 2021

Codecov Report

Merging #890 (c848527) into master (09e566e) will increase coverage by 0.01%.
The diff coverage is 98.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #890      +/-   ##
==========================================
+ Coverage   94.27%   94.29%   +0.01%     
==========================================
  Files          70       71       +1     
  Lines        9658     9707      +49     
  Branches     1030     1032       +2     
==========================================
+ Hits         9105     9153      +48     
- Misses        550      551       +1     
  Partials        3        3              
Impacted Files Coverage Δ
src/releasers/go.ts 97.91% <97.91%> (ø)
src/releasers/index.ts 100.00% <100.00%> (ø)

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 09e566e...c848527. Read the comment docs.

@chingor13 chingor13 requested a review from codyoss April 29, 2021 19:06
@chingor13 chingor13 added the automerge Merge the pull request once unit tests and other checks pass. label May 3, 2021
@chingor13 chingor13 merged commit 79cce57 into googleapis:master May 3, 2021
@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 3, 2021
@chingor13 chingor13 deleted the generic-go branch May 3, 2021 20:51
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.

support a general Go releaser
3 participants