Difference between revisions of "Steps for a patch release"
From OpenEMR Project Wiki
Bradymiller (talk | contribs) |
Bradymiller (talk | contribs) |
||
Line 1: | Line 1: | ||
Steps detailing a patch release (using rel- | Steps detailing a patch release (using rel-411 (version 4.1.1) is given as an example): | ||
:1. Ensure the database changes have been added to the sql/patch.sql file (and tests that it works) | :1. Ensure the database changes have been added to the sql/patch.sql 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- | :3. Build a zip file of all files that have been modified in rel-411 (since the official 4.1 release) | ||
:4. Release the zip file | :4. Release the zip file | ||
::*Place | ::*Place it in the patch directory on the open-emr.org website | ||
::*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. | ||
::*Announce the release in the forums | ::*Announce the release in the forums, on the tracker, on the [[OpenEMR_Twitter_Feed|Twitter Feed]], on the [[OpenEMR_Facebook_Page|Facebook]] page, on the [[Google_Plus|Google+]] page and on the LinkedIn OpenEMR group. | ||
[[Category:Patch]][[Category:Release]] | [[Category:Patch]][[Category:Release]] |
Revision as of 00:25, 11 September 2012
Steps detailing a patch release (using rel-411 (version 4.1.1) is given as an example):
- 1. Ensure the database changes have been added to the sql/patch.sql 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-411 (since the official 4.1 release)
- 4. Release the zip file
- Place it in the patch directory on the open-emr.org website
- On the OpenEMR Patches download page, place the description and a link to the patch file.
- Announce the release in the forums, on the tracker, on the Twitter Feed, on the Facebook page, on the Google+ page and on the LinkedIn OpenEMR group.