Skip to content

Branch Strategy

Carlos Henrique de Araújo edited this page Oct 13, 2018 · 5 revisions
  • All branches

    • Commit message lint
  • Master branch

    • Blocked to commit without PR
    • Should always Build
    • Should always pass Lint
    • Should always pass Unit tests
    • Should always pass e2e tests
  • Develop branch

    • Blocked to commit without PR for non-administrators
    • Should always Build
    • Should always pass Lint
    • Should always pass Unit tests
  • Feature/* branches | Bugfix/* branches

    • Should always Build
    • Should always pass Lint
    • Should always pass Unit tests
  • Release/* branches | Hotfix/* branches

    • Should always Build
    • Should always pass Lint
    • Should always pass Unit tests
    • Should always pass e2e tests
  • Other branches

    • Free
Clone this wiki locally