-
-
Notifications
You must be signed in to change notification settings - Fork 501
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
Adding release Github Action #1728
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1728 +/- ##
==========================================
+ Coverage 58.06% 58.22% +0.16%
==========================================
Files 189 189
Lines 9080 9172 +92
==========================================
+ Hits 5272 5340 +68
- Misses 3210 3230 +20
- Partials 598 602 +4
Continue to review full report at Codecov.
|
This should trigger when we push to a tag Signing should be super easy to add once we've figured out how we want to handle the GPG key part: |
RELEASE_NOTES=[TESTING] Adding DI to Github Actions Signed-off-by: Yolan Romailler <yolan@romailler.ch>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
RELEASE_NOTES=[TESTING] Adding DI to Github Actions Signed-off-by: Yolan Romailler <yolan@romailler.ch>
This is a basic action added through the Github interface to see if goreleaser works out of the box.