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: enhance auto-publish workflow with intelligent version detection (#36)
- Translate all workflow messages and notifications to English for better maintainability
- Implement advanced semantic version detection based on PR title, body, and conventional commits
- Add support for BREAKING CHANGE markers, conventional commit syntax with '!', and explicit tags
- Expand branch pattern support to include feature/, fix/, break/, hotfix/, and chore/ prefixes
- Update README Contributing section with comprehensive auto-publish documentation
- Include detailed examples for MAJOR/MINOR/PATCH version detection
- Add step-by-step workflow guide and quality assurance process documentation
- Improve error handling and user feedback with structured notifications
This enhancement makes the publishing system more intelligent and user-friendly while providing
clear documentation for contributors on how to properly version their changes.
0 commit comments