-
Notifications
You must be signed in to change notification settings - Fork 62
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
Polish desktop builds #2029
Polish desktop builds #2029
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2029 +/- ##
=======================================
Coverage 62.71% 62.71%
=======================================
Files 484 484
Lines 22641 22641
Branches 5141 5141
=======================================
Hits 14200 14200
Misses 8171 8171
Partials 270 270
Continue to review full report at Codecov.
|
Yuppp! I think things are set up to do a desktop beta whenever we feel ready... |
This looks great, how does it decide whether to do a beta or a full release though? Does it know how to do a full release? |
This currently is set up for the beta release process: jbrowse-components/.github/workflows/desktop_beta.yml Lines 18 to 27 in e63577f
It creates a draft release that has Ultimately, this workflow run can probably be removed, and when we are doing full desktop releases as a part of our release cycle, |
This PR works on completing tasks described in #2020 . (Closes #2020 )