This repository was archived by the owner on Jul 16, 2025. It is now read-only.
Commit ccba317
authored
chore: New release process (#274)
This proposed release process is heavily inspired in the worker self-hosted release.
My beef with the current release process is having to create a PR that updates the version number,
AND then manually creating a release.
This proposed workflow will have you manually trigger the `create_release_pr` action with the
version number you want. That will create a PR for you that you can merge yourself.
This PR will then trigger a new release to be created, and the release assets will be generated from that.
THe VERSION file is so we can re-use the existing "create PR" workflow as is.
Thanks @trent-codecov for the updated, reusable workflows ❤️1 parent 127e8af commit ccba317
File tree
5 files changed
+35
-3
lines changed- .github/workflows
- codecov_cli
5 files changed
+35
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
| 11 | + | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments