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

cd: create workflow to trigger release on GitHub #171

Merged
merged 2 commits into from
Jan 8, 2024

Conversation

felix-seifert
Copy link
Contributor

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.

Copy link

codecov bot commented Jan 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

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

Additional details and impacted files
@@            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           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@felix-seifert felix-seifert marked this pull request as ready for review January 8, 2024 06:14
@felix-seifert felix-seifert merged commit 0e17d01 into master Jan 8, 2024
5 checks passed
@felix-seifert felix-seifert deleted the felixs/release-on-github branch January 8, 2024 08:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants