Commit 1aec552
committed
Remove verifyExpRelease
VerifyReleaseTask depending on doing a GitHub Release for every single build and checking it via the API. This is very wasteful and I am ending this practice. Technically we could tag every release when built and just check a tag exists, but this is also unnecessary - instead we just ensure we run all the tests every time we do a manually triggered release.1 parent c209e77 commit 1aec552
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
0 commit comments