Changes between Version 5 and Version 6 of MakingRelease
- Timestamp:
- 06/18/08 15:59:53 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MakingRelease
v5 v6 26 26 - Then comes some commits (out of the default branch) preparing the repository for the release. 27 27 - Remove all unfinished stuff (e.g. from the documentation) 28 - Changethe release number in {{{configure.ac}}}28 - Set the release number in {{{configure.ac}}} 29 29 - Run '''{{{make distckeck}}}''' 30 - This will create the tarball. 31 - Create the Windows installer. 30 32 - Tag the released version with '''lemon-x.y'''. 31 33 32 == Bugfix Releases ==34 == Bugfix Changesets == 33 35 34 36 - Do the bugfix on the top of the common ancestor changeset of all branches where the bug appears (e.g. on the top of '''1.0-base'''). 35 37 - Then merge them individually to all branches where it applies. 38 39 == Bugfix Releases == 40 36 41 - A bugfix release is situated in the same branch as its mother feature release. 42 - Check the repository thoroughly 43 - Like in case of a feature release 44 - Adjust the release number in {{{configure.ac}}} 45 - Don't forget to commit this change. 46 - Create the tarball and the Windows installer. 47 - Tag the released version with '''lemon-x.y.z'''.