spotify / github-java-client

A Java client to Github API
Apache License 2.0
129 stars 83 forks source link

cd: create workflow to trigger release on GitHub #171

Closed felix-seifert closed 9 months ago

felix-seifert commented 9 months ago

The action github-release triggers a release on GitHub. Usually, such a release should happen when a new tag is created. As the release notes should be generated automatically and the proper notes are only available after running Maven deploy, the GitHub release gets triggered only when the workflow maven-release is finished.

codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (bfe1c57) 76.93% compared to head (22af482) 76.93%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #171 +/- ## ========================================= Coverage 76.93% 76.93% Complexity 298 298 ========================================= Files 42 42 Lines 1006 1006 Branches 44 44 ========================================= Hits 774 774 Misses 207 207 Partials 25 25 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.