Changes between Version 7 and Version 8 of SuperProjectWorkflow


Ignore:
Timestamp:
Jan 18, 2014, 4:32:17 PM (9 years ago)
Author:
Daniel James
Comment:

Remove some indented text, that I assume was accidental.

Legend:

Unmodified
Added
Removed
Modified
  • SuperProjectWorkflow

    v7 v8  
    3838If the local tests fail, the script will revert the changes to the local release branch and the submodule maintainer will be notified.
    3939 
    40  Simple automatic scripts will not fully deal with release spanning bugs in submodules that require reverting several merges. (I.E bug fix library 1, new feature library 2, bug fix library 3, more of new feature library 2, bug fix library 4, and then the entire library 2 new feature needs to be removed.)
     40Simple automatic scripts will not fully deal with release spanning bugs in submodules that require reverting several merges. (I.E bug fix library 1, new feature library 2, bug fix library 3, more of new feature library 2, bug fix library 4, and then the entire library 2 new feature needs to be removed.)
    4141 
    42  The hope is that by branching for release early, so that such commits occur over time, the library maintainer will be able to fix problems like the library 2 new feature example. If not, the library maintainers always have the authority to manually revert problem changes.
     42The hope is that by branching for release early, so that such commits occur over time, the library maintainer will be able to fix problems like the library 2 new feature example. If not, the library maintainers always have the authority to manually revert problem changes.
    4343 
    4444=== Regression testing ===