...
For example, the upcoming 2017 changes would could be best developed along it's own branch then merged back and released when finished. It's probable that we could fit that branch name with the epic in bamboo - we can certainly tie in feature/bug builds with JIRA ticket numbers.
The problem we have is that our code-base is split across multiple repos, most of which are badly structured. We cannot easily move into a git-flow structured environment without re-architecting the codebase, although some work in that respect is under way.
An interim approach would be to label all the necessary repos on the Master branch, check the repos on the label out and build - probably with a script.
Take Validation, for example. A major chunk of work that's been done on validation needs to be released - soon(ish). We should try that approach then.