Case study
With the automation of the release process in place, the two pilot teams have already noted a great boost in productivity. Metrics for lead time and deployment frequency have increased significantly.
The team that used git
before they moved from Bitbucket to GitHub followed Gitflow as their branching workflow. Since their web application can be released continuously using their staged deployment workflow, they move to a trunk-based workflow with PR and private branches and deploy after the merge to the main branch using their CI/CD workflow (MyFlow). To integrate often, they decide to use feature flags. As the company needs feature management in the cloud and on-premises, they decide to go with Unleash. The team can use the software-as-a-service (SaaS) service and can start using it right away without having to wait for an on-premises solution.
The second team that migrated from Team Foundation Server (TFS) had been used to a complex branching workflow with a long...