Feature Branch Approach - with Automation

4.2. Feature Branch Approach - with Automation#

  • Test the development branch

  • Report code coverage in the Merge/Pull Request

  • Perform linting checks on the development branch

  • Test an anticipated merge commit

  • Perform a version increase upon merge

  • Cleanup branches after merge

  • Automate deployment to production or staging environment