awesome java discordbot - escape-code-literacy/awsome-java-discordbot GitHub Wiki
์๊ฐ
๋์ค์ฝ๋ ๋ด์ ๋ง๋๋ ํ๋ก์ ํธ์ ๋๋ค
Branch Convention
์๋์ branch๋ฅผ ๋ฐํ์ผ๋ก ์งํํ๊ณ ์ ํฉ๋๋ค
(์ฐธ๊ณ : https://gmlwjd9405.github.io/2018/05/11/types-of-git-branch.html)
- master
- ๋ฆด๋ฆฌ์ฆ branch๋ฅผ ์ต์ข ๋ณํฉํ๋ main branch์ ๋๋ค
- develop
- ์ ๊ท ๊ธฐ๋ฅ๋ค์ ๊ฐ๋ฐ ๋ฐ ํตํฉํ๋ branch์ ๋๋ค
- feature
- (develop branch ๋ถ๊ธฐ) ํน์ ๊ธฐ๋ฅ์ ๊ฐ๋ฐํ branch ์ ๋๋ค (ex)feature/login)
- release
- (develop branch ๋ถ๊ธฐ) ๋ฐฐํฌ๋ ์ ๋์ ๊ธฐ๋ฅ ๊ฐ๋ฐ์ด ๊ตฌํ๋ ์์ ์ ๊ธฐ๋ฅ ๋์ ์ ๊ฒ ๋ฐ ์ถ๊ฐ ์์ ์ ๋ํ ํ ์ต์ข ๋ณํฉํ branch ์ ๋๋ค (ex) release-1.0)
- hotfix
- (master branch ๋ถ๊ธฐ) ๊ธด๊ธ ์์ ํ ๋ฒ๊ทธ ๋ฐ์ ์ ๊ฐ์ ํ์ฌ ๋ณํฉํ ์ฉ๋์ branch ์ ๋๋ค (ex) hotfix/login_error)