Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: use $VERSION

...

Code Block
languagebash
git checkout ozone-latest
git pull
git merge --ff-only origin/latest
git checkout -b "ozone-1.5.0${VERSION}"
git push origin ozone-latest "ozone-1.5.0${VERSION}"


Patch Release

If there is a security vulnerability or critical bug uncovered in a major or minor Ozone release, a patch release may be necessary to fix this. The process is a bit simpler than a major or minor release, since there is already a solid foundation on the release's maintenance branch.

...