2026-05-20 · 1분 읽기
release 전 semver bump
fix는 patch, feature는 minor, breaking change는 major — changelog에 기록.
semverreleasedevtools
핵심 요점
- bump 전 secondary field에서 two tags compare.
- major bump는 migration notes 필요 — internal library도.
언제 무엇 bump
Patch: safe fixes. Minor: backward-compatible features. Major: breaking API/schema changes.
tag 전 CHANGELOG에 chosen level record.
자주 묻는 질문
pre-release suffix auto bump?
tool은 bump 시 -alpha/-beta suffix preserve; manually verify.
calendar versioning?
semver tools MAJOR.MINOR.PATCH target — CalVer는 separate doc.