Stacks

Git

git-flow

main

ㄴ release x.x ⇒ hotfix

ㄴ dev

ㄴ feature

PR

feature → dev

Commit convention

git cz + commitlint(+ conventionalcommits.org)

CI/CD

github action

Mission