github 프로젝트 릴리즈 :: 행복한 프로그래머

posted by 쁘로그램어 2018. 7. 10. 17:12

github 프로젝트에서 특정 버전에 따라 Release를 할수 있고, 빌드된 바이너리를 첨부할수 있다.


GitHub는 사용자에게 소프트웨어를 패키징 및 제공하는 방법을 제공합니다.

사용자는 다운로드를 사용하여 소프트웨어를 대체하는 것으로 생각할 수 있습니다.

빌드된 바이너리도 첨부할수 있습니다.

(각 파일의 크기는 2GB 미만이어야 합니다.)


Release는 Git tags를 기반으로 합니다 . 

태그는 프로젝트 기록에서 특정 지점을 표시하므로 릴리스를 나타낼 수있는 좋은 방법입니다.

릴리즈는 GitHub에서 만든 날짜순으로 정렬됩니다.


※ 참고 사이트 ※

https://git-scm.com/book/en/v2/Git-Basics-Tagging

https://help.github.com/articles/about-releases/

https://help.github.com/articles/creating-releases/

https://www.lesstif.com/pages/viewpage.action?pageId=20774996

https://free-strings.blogspot.com/2015/08/github-release.html

https://blog.outsider.ne.kr/1132