Skip to content

How to Update Version

W. Bomar edited this page Dec 9, 2021 · 2 revisions

Steps

Follow Semantic Versioning.

  1. Log version changes in change log.
  2. Tally whether any "Added" entries are MAJOR or MINOR.*
  3. Tally whether any "Changed" entries are MAJOR or MINOR.*
  4. Tally whether any "Fixed" entries are MAJOR or PATCH.*
  5. Tally whether any "Removed" entries are MAJOR or MINOR or PATCH.*
  6. Add the tallies to the previous version.

Footnotes

* These are the version changes expected from such entries. If another version change is possible, please confirm with senior dev to update this document.