chore: add title option to release workflow#266
Conversation
|
Important Review skippedIgnore keyword(s) in the title. ⛔ Ignored keywords (7)
Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Codecov Report✅ All modified and coverable lines are covered by tests. 🚀 New features to boost your workflow:
|
Summart
changesets/action이 자동 생성하는 Release PR의 제목을title옵션으로 명시적으로 지정합니다.기존에는
title이 없어 기본값인"Version Packages"로 생성되었는데,commit메시지와 동일하게 컨벤셔널 커밋 형식으로 통일했습니다.main에 먼저 넣어야 다음 release에 적용될거같아서 main으로 바로 넣고 cherry-pick 할게요.
레퍼런스
shadcn/ui도 동일한 방식으로
title과commit을 함께 명시하고 있습니다.