annotate .hgflow @ 97:023c585d3428

flow: Promoted <release> 'v1.1.0' (6643a8613410) to 'default'.
author smith@nwoca.org
date Mon, 10 Apr 2017 18:28:10 +0100
parents 6c2cea4b142f
children
rev   line source
0
6c2cea4b142f flow initialization: Added configuration file.
smith@nwoca.org
parents:
diff changeset
1 [branchname]
6c2cea4b142f flow initialization: Added configuration file.
smith@nwoca.org
parents:
diff changeset
2 master = production
6c2cea4b142f flow initialization: Added configuration file.
smith@nwoca.org
parents:
diff changeset
3 develop = default
6c2cea4b142f flow initialization: Added configuration file.
smith@nwoca.org
parents:
diff changeset
4 feature = feature/
6c2cea4b142f flow initialization: Added configuration file.
smith@nwoca.org
parents:
diff changeset
5 release = release/
6c2cea4b142f flow initialization: Added configuration file.
smith@nwoca.org
parents:
diff changeset
6 hotfix = hotfix/
6c2cea4b142f flow initialization: Added configuration file.
smith@nwoca.org
parents:
diff changeset
7 support = support/
6c2cea4b142f flow initialization: Added configuration file.
smith@nwoca.org
parents:
diff changeset
8