Changes between Version 20 and Version 21 of HowToBackport


Ignore:
Timestamp:
Apr 14, 2013, 4:10:34 AM (11 years ago)
Author:
hamish
Comment:

m

Legend:

Unmodified
Added
Removed
Modified
  • HowToBackport

    v20 v21  
    1414   * ''i.e. don't leave it in a broken state for days while you are working on something, we must be ready for an emergency release at any time.''
    1515 * make your commits to the dev branch first
    16    * ''do testing and bug fixes in a safe place, then backport in an "atomic commit" to the release branch. Others may do the backport, and they'll assume that the dev branch is the most recent version to use.''
     16   * ''do testing and bug fixes in a safe place, then backport finished code in an "atomic commit" to the release branch. Others may do the backport, and they'll assume that the dev branch is the most recent version to use.''
    1717 * make tests
    1818 * only fix bugs, do not introduce new features