Steps for a patch release

From OpenEMR Project Wiki

Steps detailing a patch release (using rel-703 (version 7.0.3) is given as an example):

1. Ensure the database changes have been added to the sql/patch.sql(and database.sql for new installs) file (and tests that it works)
2. Increment the $v_realpatch variable in the version.php file
3. Build a zip file of all files that have been modified in rel-703 (since the official 7.0.3 release)
4. Place the git tag (example v7_0_3_1) on github repo: 'git tag v7_0_3_1 rel-703'
5. Release the zip file