blob: 0bb08db9d654fa40d069093fcec7186314d90d1f [file] [log] [blame]
Vincent Driessen377949c2010-01-25 23:34:54 +01001TODO-list
2=========
Vincent Driessen696b9eb2010-01-26 01:15:51 +01003
4General configuration
5---------------------
Vincent Driessen377949c2010-01-25 23:34:54 +01006- Support configurable naming for fixed branch names 'master' and 'develop'
7- Support configurable naming conventions (i.e. name prefixes) for supporting
Vincent Driessenbe7d4162010-01-26 00:56:02 +01008 branches, instead of fixed 'release-\*' and 'hotfix-\*'
Vincent Driessen696b9eb2010-01-26 01:15:51 +01009
10Release branch support
11----------------------
12- Take care of the situation where two release branches live next to each
13 other. In that situation, a "finish release" action should merge back changes
14 into the other release, not into 'develop'. Or at least warn about it. Or not
15 support creating a new release branch if the other isn't finished yet.