Changes between Version 20 and Version 21 of HowToBackport
- Timestamp:
- 04/14/13 04:10:34 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HowToBackport
v20 v21 14 14 * ''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.'' 15 15 * 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.'' 17 17 * make tests 18 18 * only fix bugs, do not introduce new features