File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ Slack `@frontend` 그룹, `#triple-web-dev` 채널 및 GitHub `@frontend` 팀
54
54
### Documentation
55
55
56
56
[ Triple Frontend Documentation] ( https://frontend-docs.dev.admin.triple-corp.com ) 페이지에서 컴포넌트
57
- 목록과 뷰, 동작을 볼 수 있습니다. ` master ` 브랜치에 변경 사항을 푸시할 때마다
57
+ 목록과 뷰, 동작을 볼 수 있습니다. ` main ` 브랜치에 변경 사항을 푸시할 때마다
58
58
페이지를 업데이트합니다.
59
59
60
60
### CI/CD
@@ -108,7 +108,7 @@ npm install
108
108
3 . 커밋 & 푸시
109
109
4 . PR 생성 & 리뷰
110
110
5 . 버전 생성 (Optional): ` npm run version ` (경우에 따라 PR과 함께 혹은 별도로 생성)
111
- 6 . master 머지
111
+ 6 . main 머지
112
112
7 . ` /release ` 커맨드로 배포
113
113
8 . 배포 (Optional): CD에서 패키지 publish, npm 페이지 통해서 확인
114
114
@@ -125,7 +125,7 @@ npm install
125
125
- ` npm run version -- minor `
126
126
6 . 커밋 & 푸시
127
127
7 . PR 생성 & 리뷰
128
- 8 . master 머지
128
+ 8 . main 머지
129
129
9 . ` /release ` 커맨드로 배포
130
130
10 . 배포 (Optional): CD에서 패키지 publish, npm 페이지 통해서 확인
131
131
You can’t perform that action at this time.
0 commit comments