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: simplify to single workflow with automatic pre-releases
- Modify release.yml to trigger on commits instead of tags
- Auto-generate version tags based on branch and commit SHA
- Always create pre-releases for commits (can manually promote later)
- Remove separate build.yml workflow to avoid confusion
- Use format: v{branch}-{short-sha} for automatic releases
- Add build information to release notes
- Set makeLatest: false to prevent auto-promotion
Now every commit creates a pre-release that can be manually promoted to stable.
0 commit comments