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): implement automated model releases with version tagging
- Added complete release workflow with automatic versioned tagging
- Implemented dual trigger system (push to main + tag events)
- Created rich Markdown release notes with embedded metrics
- Added comprehensive artifact verification
- Included automatic semantic versioning (v1.0.YYYYMMDD)
- Ensured all release assets are properly packaged
- Added fallback to workflow artifacts if release fails
Key improvements:
- Releases now appear in GitHub Releases section
- Full version history tracking through tags
- Automatic changelog generation from metrics
- Better visibility of model performance data
- Permanent artifact storage (vs temporary 90-day artifacts)
Fixes issue with releases not appearing in repository
0 commit comments