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
refactor(workflows): Move release creation to tag-after-merge
Moves the steps for extracting release notes and creating the GitHub Release from the `release.yml` workflow to the `tag-after-merge.yml` workflow.
This ensures that the release is only created after the new version tag has been successfully pushed, which is a more robust release process.
0 commit comments