Difference between revisions of "Steps for a patch release"

From OpenEMR Project Wiki
Line 1: Line 1:
Steps detailing a patch release (using rel-412 (version 4.1.2) is given as an example):
Steps detailing a patch release (using rel-502 (version 5.0.2) 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)
:1. Ensure the database changes have been added to the sql/patch.sql(and database.sql for new installs) file and 5_0_1-to-5_0_2_upgrade.sql (and tests that they work)
:2. Increment the $v_realpatch variable in the version.php file
: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-412 (since the official 4.1.2 release)
:3. Build a zip file of all files that have been modified in rel-502 (since the official 5.0.2 release)
:4. Release the zip file
:4. Release the zip file
::*Place it in the patch directory on the open-emr.org website
::*Place it in the patch directory on the open-emr.org website

Revision as of 05:13, 16 August 2019

Steps detailing a patch release (using rel-502 (version 5.0.2) 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 5_0_1-to-5_0_2_upgrade.sql (and tests that they work)
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-502 (since the official 5.0.2 release)
4. Release the zip file