-
Notifications
You must be signed in to change notification settings - Fork 435
Add release automation #346
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
Conversation
Largely fixes #248 |
94bf2c7
to
bddd2c3
Compare
This looks handy. A dry run currently gives me a |
|
Where are you running it from? It needs to be run from the workspace root currently |
Running from the root. |
Ok, will take a look. Also I'll add the dry run to CI |
See `RELEASING.md` for directions
This will at lease smoke test automation a bit
Codecov Report
@@ Coverage Diff @@
## master #346 +/- ##
=======================================
Coverage 88.32% 88.32%
=======================================
Files 103 103
Lines 14922 14922
=======================================
Hits 13180 13180
Misses 1742 1742 Continue to review full report at Codecov.
|
Otherwise CI hangs waiting of interactive input
This reverts commit 57cc07a.
This makes it match the release regex
We do this because azure runs them in-order and with it first we starve windows
Sweet, everything looks like it is working! |
See
RELEASING.md
for directions