Closed r-hang closed 1 year ago
Merging #585 (957045b) into dev (b9b2699) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## dev #585 +/- ##
=======================================
Coverage 68.01% 68.01%
=======================================
Files 142 142
Lines 23878 23878
=======================================
Hits 16241 16241
Misses 4577 4577
Partials 3060 3060
:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more
The current RELEASE.md relies on the
hub
command. I ran into authorization issues while trying to usehub
for the release that were not easy to resolve. The problems I encountered are captured in a still openhub
issue: https://github.com/github/hub/issues/2655. Given the extra steps required to work around and resolve this issue, I think it would be simpler to frame the release instructions in terms of localgit
commands and Github UI.This change updates the RELEASE.md to replace
hub
commands with localgit
commands and Github UI instructions.