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
- Revert auto-bump for workflow_run trigger (can't push to protected branches)
- Add clear notice messages when release is skipped due to existing tag
- Require RELEASE_TOKEN secret (PAT with bypass permissions) for auto-bump
- Provide helpful error messages when RELEASE_TOKEN is not configured
To trigger a release:
1. Bump version in Cargo.toml before merging to main (recommended)
2. OR set up RELEASE_TOKEN secret and use workflow_dispatch with bump_type
3. OR push a tag directly (e.g., git tag v2.2.0 && git push origin v2.2.0)
0 commit comments