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
feat(ci): add release-plz workflow for automated releases
Add a new GitHub Actions workflow to automate releases using release-plz. This workflow triggers on pushes to main and defines jobs for both direct releases and release pull requests, including steps for checkout, Rust toolchain installation, and executing release-plz commands.
0 commit comments