How to Update Version - TACC/Core-CMS GitHub Wiki

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.

⚠️ **GitHub.com Fallback** ⚠️