मुख्य सामग्री पर जाएं

2026-05-20 · 1 मिनट पढ़ाई

release से पहले semver bump

fixes patch, features minor, breaking changes major — changelog में लिखें।

semverreleasedevtools

मुख्य बिंदु

  • bump से पहले secondary field में two tags compare.
  • major bumps migration notes चाहिए — internal libraries भी.

कब क्या bump

Patch: safe fixes. Minor: backward-compatible features. Major: breaking API/schema changes.

tag से पहले CHANGELOG में chosen level record.

अक्सर पूछे जाने वाले प्रश्न

pre-release suffixes auto bump?

tool bump पर -alpha/-beta suffixes preserve; manually verify.

calendar versioning?

semver tools MAJOR.MINOR.PATCH target — CalVer separate doc.