annotate .hgflow @ 363:cf7166c5c52f

INV-196 Move inventory scripts to prod directory
author Matt Calmes <calmes@ssdt-ohio.org>
date Mon, 16 Aug 2021 12:58:30 -0400
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