Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
기존에는 master 브랜치까지 병합이 되어야 YDS 라이브러리가 배포되었는데, 이 문제 때문에
컴포넌트의 버그를 수정하는 등 어떤 변경사항이 바로 반영되어야 할 때 병목현상이 발생되는 것을 자주 경험하였습니다.
그래서 라이브러리 배포 시점을 master 브랜치에서 develop 브랜치로 옮기려고 합니다.
유의할 부분
version.properties
의 버전을 하나 올려주셔야 합니다.To reviewer
제가 제안하는 방향으로 바꾸었을 때 우려되는 부분 등 의견을 자유롭게 남겨주세요!