Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 27 Mar 20:25
· 32 commits to master since this release
Rework release flow

Sync workflow is now responsible for syncing master and tags to the
subtree repos.

Release workflow is responsible for cutting a GitHub Release and
advancing the vN major-version branch head.

Release workflows within the subtree repos are responsible for cutting
their own GitHub Releases and advancing the vN major-version branch head
within their own repos.

Also ensure pushes are only sent to the same repo owner.