Difference between revisions of "Steps for a patch release"

From OpenEMR Project Wiki
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
Steps detailing a patch release (using rel-700 (version 7.0.0) is given as an example):
Steps detailing a patch release (using rel-702 (version 7.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 tests that it works)
: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-700 (since the official 7.0.0 release)
:3. Build a zip file of all files that have been modified in rel-702 (since the official 7.0.2 release)
:4. Release the zip file
:4. Place the git tag (example v7_0_2_1) on github repo
:5. Release the zip file
::*Place it in the patch directory on the open-emr.org website (https://github.com/openemr/website-openemr-files)
::*Place it in the patch directory on the open-emr.org website (https://github.com/openemr/website-openemr-files)
::*On the [[OpenEMR Patches]] download page, place the description and a link to the patch file.
::*On the [[OpenEMR Patches]] download page, place the description and a link to the patch file.

Latest revision as of 08:32, 28 May 2024

Steps detailing a patch release (using rel-702 (version 7.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)
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-702 (since the official 7.0.2 release)
4. Place the git tag (example v7_0_2_1) on github repo
5. Release the zip file