Skip to content

cli와 setup.py의 버전 정보를 version.py로 통일 #115

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ParkGyeongTae
Copy link
Contributor

#️⃣ Issue Number

📝 요약(Summary)

  • version.py 파일을 생성하여 version 값을 정의했습니다.
  • setup.py와 cli/init.py 양쪽 모두 해당 버전 파일을 참조하도록 수정했습니다.
  • 중복된 버전 정의를 제거하여 유지 보수성과 일관성을 개선했습니다.
  • CLI 실행 시 --version 옵션에서 setup.py와 동일한 버전이 출력됩니다.

💬 To Reviewers (선택)

  • 없음

PR Checklist

  • 없음

reference) How to Code Review

  • 따봉(👍): 리뷰어가 리뷰이의 코드에서 칭찬의 의견을 남기고 싶을 때 사용합니다.
  • 느낌표(❗): 리뷰어가 리뷰이에게 필수적으로 코드 수정을 요청할 때 사용합니다.
  • 물음표 (❓): 리뷰어가 리뷰이에게 의견을 물어보고 싶을 때 사용합니다.
  • 알약 (💊): 리뷰어가 리뷰이의 코드에서 개선된 방법을 제안하지만 그것의 반영이 필수까지는 아닐 때 사용합니다.

Copy link
Collaborator

@ehddnr301 ehddnr301 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 버전업도 한번 진행해보면 좋을듯하네요!! 정리 감사합니다. 코맨트만 한번 확인해주세요!

- MINOR는 새로운 기능이 추가되거나 중요한 변경이 있을 때 증가합니다.
- PATCH는 버그 수정이 있을 때 증가합니다.

예를 들어, 버전 0.1.0에서 0.1.1로 업그레이드하면:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❓요 부분 아래처럼 되어야 하는게 맞지않나요?!

MAJOR는 변경되지 않습니다.
MINOR는 변경되지 않습니다.
PATCH는 1로 증가합니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants