Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

배포 버전 작성하기 #93

Open
callmebyneon opened this issue Jul 19, 2024 · 0 comments
Open

배포 버전 작성하기 #93

callmebyneon opened this issue Jul 19, 2024 · 0 comments
Assignees
Labels
docs 문서 작성 및 수정

Comments

@callmebyneon
Copy link
Contributor

callmebyneon commented Jul 19, 2024

버전 정보

[major].[minor].[patch]
  • major: 기존 버전과 호환되지 않게 API가 바뀌면 “주(主) 버전”을 올림
  • minor: 기존 버전과 호환되면서 새로운 기능을 추가할 때는 “부(部) 버전”을 올림
  • patch: 기존 버전과 호환되면서 버그/오류를 수정한 것이라면 “수(修) 버전”을 올림

예시

  • 0.y.z : 최초 개발 시작
  • 0.1.0 : 최초 개발 배포
  • 0.1.1 : 최초 개발 배포에서 오류 수정 후 배포
  • 1.0.0 : 기능별 API 작성 및 기능 연결
  • 1.0.1 : API 연결 중 오류 수정 완료 후 배포

참고글

@callmebyneon callmebyneon self-assigned this Jul 19, 2024
@callmebyneon callmebyneon added the docs 문서 작성 및 수정 label Jul 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs 문서 작성 및 수정
Projects
None yet
Development

No branches or pull requests

1 participant