You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Enable releases to happen on `release-*` branches, not just `main`
* PRs to bump versions from `release-*` branches now have the correct
base branch.
* Logic for publication was moved from `.github/workflows/publish.yml`
to `.github/actions/publish-release` to be able to share logic with
`main.yml`. This is because releases from `main` always have the merge
queue first, hence the `publish.yml` workflow, but releases from a
`release-*` branch don't have a merge queue meaning it has to run at
the end of normal CI.
* Some various conditions were tweaked for various conditions to assist
with external testing of the release workflow, e.g. dropinng
requirements for repos to be in the `bytecodealliance` organization.
* The `main.yml` CI now runs for all pushes to `release-*` branches,
enabling artifacts being built for publication.
0 commit comments