Skip to content

Convention

우디 edited this page Jul 3, 2024 · 3 revisions

🎋 Branch Convention

github flow과 Release Tag 기반 배포를 사용해요.

  • main : prod release
  • feat/{JIRA_TICKET_NUM} : feature develop

🌱 Commit Convention

<type>(<scope>): <short summary>
  │       │             │
  │       │             └─⫸ Summary in present tense. Not capitalized. No period at the end.
  │       │
  │       └─⫸ Commit Scope: animations|bazel|benchpress|common|compiler|compiler-cli|core|
  │                          elements|forms|http|language-service|localize|platform-browser|
  │                          platform-browser-dynamic|platform-server|router|service-worker|
  │                          upgrade|zone.js|packaging|changelog|docs-infra|migrations|
  │                          devtools
  │
  └─⫸ Commit Type: build|ci|docs|feat|fix|perf|refactor|test

💻 Java Convention

Clone this wiki locally