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: consider pre-releases in build pipeline (#862)
This PR adds logic to the build pipeline to differentiate between stable releases and pre-releases, ensuring that GitHub release creation and issue commenting only occur for stable releases (matching the pattern `v[0-9]+.[0-9]+.[0-9]+$` without additional suffixes).
### Key Changes:
- Added pre-release detection steps that check if tags match the stable release pattern
- Conditionally execute GitHub release creation only for stable releases
- Conditionally execute issue/PR commenting only for stable releases
0 commit comments