-
Notifications
You must be signed in to change notification settings - Fork 59
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: Adding automatic image building and release management #69
Conversation
Codecov Report
@@ Coverage Diff @@
## master #69 +/- ##
=======================================
Coverage 58.65% 58.65%
=======================================
Files 363 363
Lines 5664 5664
Branches 847 847
=======================================
Hits 3322 3322
Misses 2342 2342 Continue to review full report at Codecov.
|
d72c7d1
to
026676a
Compare
a8673af
to
c3c3fcc
Compare
Codecov Report
@@ Coverage Diff @@
## master #69 +/- ##
==========================================
+ Coverage 59.13% 59.22% +0.08%
==========================================
Files 364 365 +1
Lines 5673 5687 +14
Branches 847 847
==========================================
+ Hits 3355 3368 +13
- Misses 2318 2319 +1
Continue to review full report at Codecov.
|
4ecbf13
to
d4cfe4c
Compare
# [0.6.0](http://github.com/lyft/flyteconsole/compare/v0.5.3...v0.6.0) (2020-06-30) ### Features * Adding automatic image building and release management ([#69](http://github.com/lyft/flyteconsole/issues/69)) ([90362e2](http://github.com/lyft/flyteconsole/commit/90362e2fe5ef9a12ca3826ce66793df09c79a906))
🎉 This PR is included in version 0.6.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
boilerplate
to get some shared github actions.semantic-release
config to allow automatic generation of release notes and releases when merging changes to master. See semantic-release docs for more info.