cli와 setup.py의 버전 정보를 version.py로 통일#115
Merged
ParkGyeongTae merged 2 commits intomasterfrom May 27, 2025
Merged
Conversation
ehddnr301
reviewed
May 22, 2025
Collaborator
ehddnr301
left a comment
There was a problem hiding this comment.
👍 버전업도 한번 진행해보면 좋을듯하네요!! 정리 감사합니다. 코맨트만 한번 확인해주세요!
| - MINOR는 새로운 기능이 추가되거나 중요한 변경이 있을 때 증가합니다. | ||
| - PATCH는 버그 수정이 있을 때 증가합니다. | ||
|
|
||
| 예를 들어, 버전 0.1.0에서 0.1.1로 업그레이드하면: |
Collaborator
There was a problem hiding this comment.
❓요 부분 아래처럼 되어야 하는게 맞지않나요?!
MAJOR는 변경되지 않습니다.
MINOR는 변경되지 않습니다.
PATCH는 1로 증가합니다.
seyoung4503
approved these changes
May 27, 2025
Contributor
seyoung4503
left a comment
There was a problem hiding this comment.
👍 버전 관리를 이렇게 하는군요
알려주셔서 감사합니다
Contributor
Author
|
@seyoung4503 리뷰 감사합니당~ 저도 이렇게는 처음 해보는데, GPT가 추천하는거보니 깔끔하게 관리할 수 있을 것 같습니당! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
#️⃣ Issue Number
📝 요약(Summary)
💬 To Reviewers (선택)
PR Checklist
reference) How to Code Review