Skip to content

Qore Release Process

David Nichols edited this page Feb 2, 2017 · 1 revision

Verify the Release

Perform Sanity Checks

  1. Ensure that the version number is correct in configure.ac, CMakeLists.txt, and the RPC spec files.
  2. Ensure that the releases notes are up to date: doxygen/lang/900_release_notes.dox.tmpl
  3. Verify that RPMs build properly
  • make dist
  • rpmbuild -tb qore-<ver>.tar.bz2

WIP