blob: 38c51bb653d8a4f1e2841324ac343841744ffadc [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 conventions (i.e. name prefixes) for supporting
Vincent Driessenbe7d4162010-01-26 00:56:02 +01007 branches, instead of fixed 'release-\*' and 'hotfix-\*'
Vincent Driessen696b9eb2010-01-26 01:15:51 +01008
9Release branch support
10----------------------
11- Take care of the situation where two release branches live next to each
12 other. In that situation, a "finish release" action should merge back changes
13 into the other release, not into 'develop'. Or at least warn about it. Or not
14 support creating a new release branch if the other isn't finished yet.