v1.1.3 Release documentation and version bump#14
Merged
Conversation
Document the release/deployment flow, publish v1.1.3 release notes, and bump Android version metadata. Co-Authored-By: OpenAI Codex <noreply@openai.com>
Refresh Roborazzi goldens for cached and stale station-list states so they match the current query context location indicator. Co-Authored-By: OpenAI Codex <noreply@openai.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.
요약
v1.1.3 릴리스 준비 PR입니다. Android 버전 메타데이터를
versionName 1.1.3/versionCode 7로 올리고, CHANGELOG/README/릴리즈 노트를 v1.1.3 기준으로 정리했습니다. CI에서 드러난 station-list Roborazzi 골든 drift도 현재 화면 기준으로 갱신했습니다.변경
app/build.gradle.kts버전 메타데이터 갱신CHANGELOG.md의 Unreleased 항목을 v1.1.3으로 발행docs/release-notes/2026-05-18-v1.1.3.md추가docs/deployment.md배포 절차 문서 추가검증
git diff --check -- README.md CHANGELOG.md CONTRIBUTING.md app/build.gradle.kts docs/deployment.md docs/verification-matrix.md docs/release-notes/*.md ./gradlew :app:assembleDemoDebug :app:assembleProdDebug :benchmark:assemble ./gradlew :app:assembleProdRelease ./gradlew verifyRoborazziDebugprodRelease산출물 확인:문서
docs/deployment.mddocs/verification-matrix.mdCHANGELOG.mdREADME.mdCONTRIBUTING.mddocs/release-notes/2026-05-18-v1.1.3.md배포 메모
이 PR merge 후
main에서v1.1.3태그를 push하면 GitHub Actions의 tag 경로가release-assemble과 coverage를 실행합니다. Play Store 업로드와 signing credential은 이 저장소에 자동화되어 있지 않습니다.