Difference between revisions of "Steps for a patch release"

From OpenEMR Project Wiki
(Created page with "==Overview== Steps detailing a patch release (using rel-410 (version 4.1) is given as an example). :1. Ensure the database changes have been added to the sql/patch.sql file :2. ...")
 
Line 3: Line 3:


:1. Ensure the database changes have been added to the sql/patch.sql file
:1. Ensure the database changes have been added to the sql/patch.sql file
:2. Increment the $v_realpatch 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-410 (since the official 4.1 release)
:3. Build a zip file of all files that have been modified in rel-410 (since the official 4.1 release)
:4. Release the zip file
:4. Release the zip file
::*Place in tracker with description (attach the zip patch file here)
::*Place in tracker with description (attach the zip patch file here)
::*Place the description and link to the zip patch file on the [[OpenEMR Patches]] download page.
::*Place the description and link to the zip patch file on the [[OpenEMR Patches]] download page.

Revision as of 21:52, 15 October 2011

Overview

Steps detailing a patch release (using rel-410 (version 4.1) is given as an example).

1. Ensure the database changes have been added to the sql/patch.sql 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-410 (since the official 4.1 release)
4. Release the zip file
  • Place in tracker with description (attach the zip patch file here)
  • Place the description and link to the zip patch file on the OpenEMR Patches download page.