Skip to content

[#374] 릴리즈 시 앱스토어에 심사 요청 제출 Lane을 제거한다#376

Merged
opficdev merged 2 commits intodevelopfrom
cd/#374-release
Apr 8, 2026
Merged

[#374] 릴리즈 시 앱스토어에 심사 요청 제출 Lane을 제거한다#376
opficdev merged 2 commits intodevelopfrom
cd/#374-release

Conversation

@opficdev
Copy link
Copy Markdown
Owner

@opficdev opficdev commented Apr 8, 2026

🔗 연관된 이슈

📝 작업 내용

📌 요약

  • develop 브랜치에서 main 브랜치로 머지될 때 실행되는 CD에서 App Store 제출 단계를 제거
  • 릴리즈 생성 흐름은 유지하고, App Store 제출은 App Store Connect에서 수동으로 진행하도록 정리

🔍 상세

  • .github/workflows/release.yml에서 App Store Connect 배포와 관련된 step을 제거
  • 릴리즈 워크플로는 머지 커밋 기준으로 버전을 읽어 GitHub Release만 생성하도록 변경
  • fastlane/Fastfile에서 upload_to_app_store를 호출하던 release lane을 제거

@opficdev opficdev self-assigned this Apr 8, 2026
Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

이 풀 리퀘스트는 Fastfile에서 release 레인을 삭제하여 최신 TestFlight 빌드를 앱 스토어 리뷰에 제출하는 기능을 제거합니다. 현재 리뷰 의견이 없으므로 추가로 제공할 피드백이 없습니다.

@opficdev opficdev merged commit 4739755 into develop Apr 8, 2026
1 check passed
@opficdev opficdev deleted the cd/#374-release branch April 8, 2026 07:20
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.

릴리즈 시 앱스토어에 심사 요청 제출 Lane을 제거한다

1 participant