Skip to content

[Setting] fastlane + github action 배포 자동화 환경 구축#167

Merged
OneTen19 merged 8 commits intodevelopfrom
release
Mar 1, 2026
Merged

[Setting] fastlane + github action 배포 자동화 환경 구축#167
OneTen19 merged 8 commits intodevelopfrom
release

Conversation

@OneTen19
Copy link
Copy Markdown
Member

@OneTen19 OneTen19 commented Mar 1, 2026

✅ 작업한 내용

fastlane 이랑 github action 이용해서 release 브랜치에 머지될 경우 앱스토어 커넥트까지 해당 버전 배포 직전상태까지 완료되게 구현했습니다.
이제 배포할 때 직접 아카이브하고 올릴 필요 없이 버전에 대한 설명을 pr에 적어서 기록하고 병합시키면 될 것 같네요!
지금은 약 6분 정도 걸리던데 별도 태스크로 이거 속도도 한 번 최적화 해보겠습니다.
이슈도 따로 안 파고 엄청 막 잡다하게 해서 흐름에 관한 설명은 대면 혹은 디코로 해주는 게 좋을듯

Summary by CodeRabbit

릴리스 노트

  • 문서

    • README 서식이 정리되었습니다.
  • 정비

    • 릴리스 프로세스가 개선되었습니다.

@OneTen19 OneTen19 requested a review from Remaked-Swain March 1, 2026 16:01
@OneTen19 OneTen19 self-assigned this Mar 1, 2026
@OneTen19 OneTen19 added Setting ⚙️ 개발 환경 세팅 한열 🧄 한열 작업 labels Mar 1, 2026
@OneTen19 OneTen19 merged commit 8e989a2 into develop Mar 1, 2026
1 of 2 checks passed
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Mar 1, 2026

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 75ef8ed and 14eefe4.

📒 Files selected for processing (2)
  • .github/workflows/release.yml
  • README.md

요약

GitHub Actions 릴리스 워크플로우의 xcconfig 파일 생성 단계를 수정하여 정확한 파일 경로를 지정하고 Base64 디코딩 기능을 추가했습니다. README 파일의 불필요한 공백을 제거했습니다.

변경 사항

그룹 / 파일 요약
GitHub Actions 워크플로우
.github/workflows/release.yml
xcconfig 파일 생성 단계의 대상 경로를 APP/Sources/Resources에서 Neki-iOS/APP/Sources/Resources로 수정하고, 시크릿 값을 Base64 디코딩하여 작성하도록 변경했습니다.
문서
README.md
이미지 태그 뒤의 불필요한 빈 줄을 제거했습니다.

코드 리뷰 예상 난이도

🎯 2 (Simple) | ⏱️ ~10 분

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch release

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@OneTen19 OneTen19 deleted the release branch March 1, 2026 16:01
@OneTen19 OneTen19 restored the release branch March 1, 2026 16:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Setting ⚙️ 개발 환경 세팅 한열 🧄 한열 작업

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant