-
Notifications
You must be signed in to change notification settings - Fork 0
버전 코드 계산 방식 변경 #443
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
버전 코드 계산 방식 변경 #443
Conversation
|
좀 더 아껴서 이건 어때 |
aA.bB.cC-rc.nN -> 20(a+1)AbBcCnN |
ㅋㅋㅋ 이거 예전에는 완전 나이브하게 돼 있어서 major 3 올리니까 30억 돼서 APK 업로드 안 됐던거 생각나네 |
아 이거 표현이 좀 이상하긴 한데 저 aa라는게 아마 다음 버전도 minor 10 될거고... 모든 파트가 10 이상이 되는걸 고려하고 싶었어 |
아 헐 근데 21억 안된다네 |
그냥 이렇게 해야겠다 |
단위테스트 한 3개만 짜놓으면 어떰 |
로직 수정 아직 안한거지? |
이거 지금이 이 상태 (aA.bB.cC-rc.nN -> 20(a+1)AbBcCnN)야 |
아맞네 ㅋㅋ |
유닛 테스트 추가까지 완료..! |
…estudio/snutt-android into plgafhd/change-semver-code
어 근데 RC 없을 때 00으로 안하고 99로 한 이유가 있음? |
아 근데 이거는 rc도 필요할 때는 play console에 올릴거냐에 따라 다르긴 할 것 같은데 내가 rc까지 버전 코드에 넣은건 rc 있는것도 필요할 때는 play console에 올리는 경우를 생각했어 사실 rc 올리는 경우가 흔하진 않을텐데 |
아 그렇구나 |
@JuTaK97 형 그러면 다 확인된거면 approve 가능할까?? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고고~~
원래 방식
바뀐 방식