1.1.6 릴리스 (버전 · What's New 갱신) - #266
Merged
Merged
Conversation
1.1.5 는 이미 App Store 에 올라가 있어 빌드번호만 올린 1.1.5+7 은 Release Gate 와 iOS assert_appstore_version_available 양쪽에서 막힌다. version name 을 1.1.6 으로 올리고 What's New 를 이번 릴리스 내용만 남긴다. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
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.
💡 개요
1.1.6 릴리스 PR. PR #265 가
Release Gate실패 상태로 머지되면서 스토어 CD 가 막혔고, 그걸 푸는 버전 범프다.코드 변경(#259 · #261)은 이미 #265 로 main 에 들어가 있다. 이 PR 은 릴리스 메타데이터만 바꾼다.
🔗 관련 이슈
없음 (릴리스 메타데이터 수정)
📃 작업내용
pubspec.yaml1.1.5+7→1.1.6+8fastlane/metadata/ko/release_notes.txt를 이번 릴리스 항목만 남기도록 갱신 (1.1.5 때 문구 3줄이 그대로 남아 있었음)🔍 배경
Release Gate— 1.1.5 (build 7) 릴리스 (develop → main) #265 는 빌드번호만+6 → +7이고 version name 이 1.1.5 그대로여서 차단됐다 (main=1.1.5, PR=1.1.5). 빨간 채로 머지됨.Fastfile:200assert_appstore_version_available에서 App Store 최고 버전이 이미 1.1.5 라1.1.5 <= 1.1.5로 거부, 빌드 진입 전 실패.🔍 테스트 방법
release_notes.txt112자 (Play Store 500자 제한 이내)Release Gate·Flutter CI통과 확인🙋♂️ 질문사항
develop브랜치가 삭제됐다. 이 PR 은 head 를chore/version-1.1.6로 잡아 우회했지만, develop 은 별도로 복구해야 한다 (팁은1db0c8f, main 에 포함돼 있음). 릴리스마다 지워지지 않도록 설정도 같이 손보면 좋겠다.✅ 체크리스트