Skip to content

CICD/##469 Fastlane을 이용한 testflight 배포 자동화 및 discord webhook 연결#470

Merged
wngus4296 merged 4 commits intodevelopfrom
fastlane
Apr 16, 2025
Merged

CICD/##469 Fastlane을 이용한 testflight 배포 자동화 및 discord webhook 연결#470
wngus4296 merged 4 commits intodevelopfrom
fastlane

Conversation

@wngus4296
Copy link
Copy Markdown
Collaborator

작업한 내용

  • fastlane을 이용해서 testflight 배포 자동화를 하였습니다.
  • 배포 성공시 version과 build number를 포함해 discord로 메시지를 보내도록 연동했습니다.
# 아래 명령어 입력 시 자동 배포 실행
$ fastlane beta

자동화 내용

  • 자동 build number 증가
  • 앱 빌드 및 testflight upload (debug scheme)
  • discord_notifier로 성공/실패 메시지 전송

.gitignore로 인해 git에 없는 파일들 (전달 예정)

  • .env
    • webhook url
  • api_key.json
    • app store upload를 위한 key

두 파일 모두 fastlane/ 에 넣으면 됩니다.

공유 내용

  • testflight 업로드를 위해 app-store provisioning이 필요했습니다.
  • development provisioning은 개발용 (실제 디바이스에서 빌드)
  • adhoc provisioning은 ipa 생성 (설정된 디바이스에서 빌드)

Pasted Graphic

관련 이슈

@wngus4296 wngus4296 added the ETC 버전과 상관없는 작업 label Apr 16, 2025
@wngus4296 wngus4296 requested a review from longlivedrgn April 16, 2025 11:42
@wngus4296 wngus4296 self-assigned this Apr 16, 2025
testflight upload workflow -> fastlane으로 변경
@wngus4296 wngus4296 merged commit c70f6eb into develop Apr 16, 2025
1 check passed
@wngus4296 wngus4296 deleted the fastlane branch April 16, 2025 11:54
longlivedrgn added a commit that referenced this pull request Apr 19, 2025
commit 3f9369b
Author: JuHyeon Byun <58043306+wngus4296@users.noreply.github.com>
Date:   Wed Apr 16 20:55:27 2025 +0900

    Feature/#467 webview navigation delegate 연결 (#468)

commit c70f6eb
Author: JuHyeon Byun <58043306+wngus4296@users.noreply.github.com>
Date:   Wed Apr 16 20:54:16 2025 +0900

    CICD/##469 Fastlane을 이용한 testflight 배포 자동화 및 discord webhook 연결 (#470)

commit 504d963
Author: JuHyeon Byun <58043306+wngus4296@users.noreply.github.com>
Date:   Mon Apr 14 20:54:10 2025 +0900

    cicd: upload test flight action on qa branch

commit 95e9d57
Author: JuHyeon Byun <58043306+wngus4296@users.noreply.github.com>
Date:   Sat Apr 12 17:49:28 2025 +0900

    cicd: develop branch build 자동화 설정

commit 7fdd754
Author: JuHyeon Byun <58043306+wngus4296@users.noreply.github.com>
Date:   Sat Apr 12 17:33:39 2025 +0900

    cicd: create test_on_develop.yml

commit 25104ea
Author: JuHyeon Byun <58043306+wngus4296@users.noreply.github.com>
Date:   Sun Apr 6 22:09:32 2025 +0900

    Feature/#465 공연 상세 webview 추가 (UI 작업) (#466)

commit 4871b40
Author: JuHyeon Byun <58043306+wngus4296@users.noreply.github.com>
Date:   Sat Mar 15 17:34:03 2025 +0900

    Feature/#463 change info of concert detail position (#464)

commit 8558029
Author: JuHyeon Byun <58043306+wngus4296@users.noreply.github.com>
Date:   Mon Mar 3 21:06:11 2025 +0900

    Feature/#461 Concert share bottom sheet 추가 (#462)

commit 284d843
Author: JuHyeon Byun <58043306+wngus4296@users.noreply.github.com>
Date:   Mon Feb 17 20:48:05 2025 +0900

    Feature/#442 notice popup (#458)

commit 2322269
Author: JuHyeon Byun <58043306+wngus4296@users.noreply.github.com>
Date:   Tue Feb 4 20:43:50 2025 +0900

    Fix/#456 profileview crop 누락 반영 (#457)

commit 49c1e93
Author: JuHyeon Byun <58043306+wngus4296@users.noreply.github.com>
Date:   Tue Feb 4 20:08:09 2025 +0900

    Chore/#454 popup api 대응 (#455)

commit c0e1a3a
Author: JuHyeon Byun <58043306+wngus4296@users.noreply.github.com>
Date:   Thu Jan 30 21:55:06 2025 +0900

    Fix/#451 프로필 이미지 뷰 크롭 오류 수정 및 높이 재수정 (#453)

commit 1b30431
Author: JuHyeon Byun <58043306+wngus4296@users.noreply.github.com>
Date:   Thu Jan 30 21:12:15 2025 +0900

    Fix/#451 profile card view height 오류 수정 (#452)

commit a060d1a
Author: JuHyeon Byun <58043306+wngus4296@users.noreply.github.com>
Date:   Thu Jan 30 20:20:09 2025 +0900

    Fix/#449 공연 상세 네비바 색상 오류 수정 (#450)

commit b9e93a8
Author: JuHyeon Byun <58043306+wngus4296@users.noreply.github.com>
Date:   Thu Jan 30 19:55:22 2025 +0900

    Fix/#447 qr entrance code design qa (#448)

commit 57edb44
Author: JuHyeon Byun <58043306+wngus4296@users.noreply.github.com>
Date:   Fri Jan 24 23:01:30 2025 +0900

    Fix/#445 QR scanner 활성화 조건 변경 (공연 당일까지) (#446)

commit 5603aab
Author: JuHyeon Byun <58043306+wngus4296@users.noreply.github.com>
Date:   Wed Jan 22 20:14:56 2025 +0900

    Fix/#443 공연 팀 멤버 유저 이미지 null인 경우 대응 (#444)

commit 9d2d3d5
Author: JuHyeon Byun <58043306+wngus4296@users.noreply.github.com>
Date:   Sun Jan 19 21:34:54 2025 +0900

    Chore/#440 profile card qa (#441)

commit ad58a6c
Author: JuHyeon Byun <58043306+wngus4296@users.noreply.github.com>
Date:   Sun Jan 19 20:21:57 2025 +0900

    Chore/#438 qr scanner design qa (#439)

commit 308ff14
Author: JuHyeon Byun <58043306+wngus4296@users.noreply.github.com>
Date:   Sun Jan 19 19:58:22 2025 +0900

    Feature/#436 Event Popup (#437)

commit 5c63569
Author: JuHyeon Byun <58043306+wngus4296@users.noreply.github.com>
Date:   Sun Jan 12 20:37:11 2025 +0900

    Feature/#433 입장 확인 고도화 (#434)

commit 97b339f
Author: JuHyeon Byun <58043306+wngus4296@users.noreply.github.com>
Date:   Sun Jan 5 16:38:29 2025 +0900

    Feature/#431 마이페이지 프로필 영역 변경 (#432)

commit f419737
Author: JuHyeon Byun <58043306+wngus4296@users.noreply.github.com>
Date:   Fri Dec 27 19:15:01 2024 +0900

    Feature/#427 manage concert (#430)

commit 452dd18
Author: JuHyeon Byun <wngus4296@swu.ac.kr>
Date:   Wed Dec 4 19:49:19 2024 +0900

    hotfix: remote config 패치 실패 케이스 대응

commit 42c2fa4
Author: longlivedrgn <kimye9808@naver.com>
Date:   Sat Nov 30 23:21:15 2024 +0900

    chore: 콘서트 상세 페이지에서 예매 종료 케이스 삭제

commit e7a06ab
Author: Yongjae Kim <85781941+longlivedrgn@users.noreply.github.com>
Date:   Sat Nov 30 22:58:37 2024 +0900

    Fix/#425 예매 완료 케이스 처리 (#426)

commit 6e8066a
Author: JuHyeon Byun <58043306+wngus4296@users.noreply.github.com>
Date:   Sat Nov 30 18:40:27 2024 +0900

    Fix/#423 design qa 3 (#424)

commit 231cc23
Author: Yongjae Kim <85781941+longlivedrgn@users.noreply.github.com>
Date:   Fri Nov 29 16:10:44 2024 +0900

    Fix/#421 사파리 브라우저를 통해서 웹 페이지 열기 구현 (#422)

commit c9d9980
Author: JuHyeon Byun <58043306+wngus4296@users.noreply.github.com>
Date:   Thu Nov 28 23:02:19 2024 +0900

    Fix/#419 design qa2 (#420)

    Co-authored-by: longlivedrgn <kimye9808@naver.com>

commit 191aad1
Author: Yongjae Kim <85781941+longlivedrgn@users.noreply.github.com>
Date:   Mon Nov 25 18:28:12 2024 +0900

    Fix/#417 9 design qa (#418)

commit dcc0981
Author: JuHyeon Byun <58043306+wngus4296@users.noreply.github.com>
Date:   Sun Nov 24 21:14:59 2024 +0900

    Chore/#413 share concert text format (#416)

commit bf9310a
Author: JuHyeon Byun <58043306+wngus4296@users.noreply.github.com>
Date:   Sun Nov 24 20:57:03 2024 +0900

    Chore/#412 sns, 링크 추가 시 index 0 insert 대신 append로 수정 (#415)

commit ab8d8a1
Author: JuHyeon Byun <58043306+wngus4296@users.noreply.github.com>
Date:   Sun Nov 24 20:50:49 2024 +0900

    Feature/#411 sns, 링크 삭제 토스트 추가 (#414)

commit 893a15e
Author: JuHyeon Byun <58043306+wngus4296@users.noreply.github.com>
Date:   Sun Nov 24 20:40:20 2024 +0900

    Chore/#409 공연 상세 페이지를 통한 내 프로필 접근 수정 가능하도록 변경 (#410)

commit b7fb3f0
Author: JuHyeon Byun <58043306+wngus4296@users.noreply.github.com>
Date:   Sun Nov 24 20:05:12 2024 +0900

    Chore/#407 프로필 sns 앱으로 연결 (#408)

commit ddd7dc0
Author: JuHyeon Byun <58043306+wngus4296@users.noreply.github.com>
Date:   Sun Nov 24 15:05:34 2024 +0900

    Chore/#405 sns 편집 디자인 qa 반영 (#406)

commit 6e0b0a0
Author: JuHyeon Byun <58043306+wngus4296@users.noreply.github.com>
Date:   Sun Nov 24 14:47:43 2024 +0900

    Chore/#403 프로필 메인 디자인 QA 반영 (#404)

commit 8456da4
Author: JuHyeon Byun <58043306+wngus4296@users.noreply.github.com>
Date:   Sun Nov 24 14:08:14 2024 +0900

    Chore/#401 선물 등록 팝업 문구 수정 (남이 선물한 경우) (#402)

commit 101b822
Author: Yongjae Kim <85781941+longlivedrgn@users.noreply.github.com>
Date:   Sat Nov 23 21:26:37 2024 +0900

    Feature/#387 선물 취소 기능 추가 및 그외 QA 사항 반영 (#398)

commit 0b12618
Author: JuHyeon Byun <58043306+wngus4296@users.noreply.github.com>
Date:   Sat Nov 23 21:24:40 2024 +0900

    Feature/#399 프로필 편집 링크 순서 변경 구현 (#400)

commit 2bb40d6
Author: JuHyeon Byun <58043306+wngus4296@users.noreply.github.com>
Date:   Sat Nov 16 18:03:21 2024 +0900

    Chore/#392 선물하기 depositor field 삭제 (#397)

commit be726c3
Author: JuHyeon Byun <58043306+wngus4296@users.noreply.github.com>
Date:   Sat Nov 16 17:18:26 2024 +0900

    Fix/#395 sns dto 변경 및 concertEntity 재사용 (#396)

commit 429555d
Author: longlivedrgn <kimye9808@naver.com>
Date:   Fri Nov 15 20:48:32 2024 +0900

    hotfix: 판매 종료 날만 배너 보이도록 변경

commit ba4c9b6
Author: JuHyeon Byun <58043306+wngus4296@users.noreply.github.com>
Date:   Fri Nov 15 00:33:21 2024 +0900

    Feature/#386 프로필 sns 링크 추가 및 편집 (#394)

commit 5c4fc48
Author: Yongjae Kim <85781941+longlivedrgn@users.noreply.github.com>
Date:   Fri Nov 15 00:21:14 2024 +0900

    Feature/#388 공연 상세 고도화 작업 (#390)

commit b184147
Author: JuHyeon Byun <58043306+wngus4296@users.noreply.github.com>
Date:   Thu Nov 14 21:59:40 2024 +0900

    Feature/#385 프로필 편집 뷰 sns view 추가 (#393)

commit dca5d8e
Author: JuHyeon Byun <58043306+wngus4296@users.noreply.github.com>
Date:   Thu Nov 14 19:12:43 2024 +0900

    Feature/#384 프로필 카드 뷰 SNS 영역 구현 (#391)

commit ecbe626
Author: JuHyeon Byun <58043306+wngus4296@users.noreply.github.com>
Date:   Wed Nov 13 15:15:25 2024 +0900

    Feature/#383 프로필 출연한 공연 UI 및 API 연결 (#389)

commit 16d0727
Author: JuHyeon Byun <58043306+wngus4296@users.noreply.github.com>
Date:   Sun Nov 10 19:17:51 2024 +0900

    Fix/#380 business info cell 재사용 이슈 해결 (#382)

commit ec70adf
Author: JuHyeon Byun <58043306+wngus4296@users.noreply.github.com>
Date:   Sun Nov 10 19:17:40 2024 +0900

    Feature/#379 프로필 링크 UI 수정 및 전체보기 뷰 구현 (#381)

commit d125711
Author: JuHyeon Byun <58043306+wngus4296@users.noreply.github.com>
Date:   Sun Nov 10 19:17:32 2024 +0900

    Feature/#377 toss payments order name (#378)

commit b17677f
Author: Yongjae Kim <85781941+longlivedrgn@users.noreply.github.com>
Date:   Thu Nov 7 11:09:56 2024 +0900

    Feature/#369 탈퇴한 회원 프로필 조회 (#370)

commit 238d4ff
Author: JuHyeon Byun <58043306+wngus4296@users.noreply.github.com>
Date:   Thu Nov 7 10:08:30 2024 +0900

    Chore/#375 공연 정보 공유 포맷 변경 (#376)

commit 0a95a7d
Author: JuHyeon Byun <58043306+wngus4296@users.noreply.github.com>
Date:   Thu Nov 7 10:08:21 2024 +0900

    Feature/#373 유저 식별코드 복사 버튼 생성 (#374)
longlivedrgn added a commit that referenced this pull request Apr 19, 2025
commit 3f9369b
Author: JuHyeon Byun <58043306+wngus4296@users.noreply.github.com>
Date:   Wed Apr 16 20:55:27 2025 +0900

    Feature/#467 webview navigation delegate 연결 (#468)

commit c70f6eb
Author: JuHyeon Byun <58043306+wngus4296@users.noreply.github.com>
Date:   Wed Apr 16 20:54:16 2025 +0900

    CICD/##469 Fastlane을 이용한 testflight 배포 자동화 및 discord webhook 연결 (#470)

commit 504d963
Author: JuHyeon Byun <58043306+wngus4296@users.noreply.github.com>
Date:   Mon Apr 14 20:54:10 2025 +0900

    cicd: upload test flight action on qa branch

commit 95e9d57
Author: JuHyeon Byun <58043306+wngus4296@users.noreply.github.com>
Date:   Sat Apr 12 17:49:28 2025 +0900

    cicd: develop branch build 자동화 설정

commit 7fdd754
Author: JuHyeon Byun <58043306+wngus4296@users.noreply.github.com>
Date:   Sat Apr 12 17:33:39 2025 +0900

    cicd: create test_on_develop.yml

commit 25104ea
Author: JuHyeon Byun <58043306+wngus4296@users.noreply.github.com>
Date:   Sun Apr 6 22:09:32 2025 +0900

    Feature/#465 공연 상세 webview 추가 (UI 작업) (#466)

commit 4871b40
Author: JuHyeon Byun <58043306+wngus4296@users.noreply.github.com>
Date:   Sat Mar 15 17:34:03 2025 +0900

    Feature/#463 change info of concert detail position (#464)

commit 8558029
Author: JuHyeon Byun <58043306+wngus4296@users.noreply.github.com>
Date:   Mon Mar 3 21:06:11 2025 +0900

    Feature/#461 Concert share bottom sheet 추가 (#462)

commit 284d843
Author: JuHyeon Byun <58043306+wngus4296@users.noreply.github.com>
Date:   Mon Feb 17 20:48:05 2025 +0900

    Feature/#442 notice popup (#458)

commit 2322269
Author: JuHyeon Byun <58043306+wngus4296@users.noreply.github.com>
Date:   Tue Feb 4 20:43:50 2025 +0900

    Fix/#456 profileview crop 누락 반영 (#457)

commit 49c1e93
Author: JuHyeon Byun <58043306+wngus4296@users.noreply.github.com>
Date:   Tue Feb 4 20:08:09 2025 +0900

    Chore/#454 popup api 대응 (#455)

commit c0e1a3a
Author: JuHyeon Byun <58043306+wngus4296@users.noreply.github.com>
Date:   Thu Jan 30 21:55:06 2025 +0900

    Fix/#451 프로필 이미지 뷰 크롭 오류 수정 및 높이 재수정 (#453)

commit 1b30431
Author: JuHyeon Byun <58043306+wngus4296@users.noreply.github.com>
Date:   Thu Jan 30 21:12:15 2025 +0900

    Fix/#451 profile card view height 오류 수정 (#452)

commit a060d1a
Author: JuHyeon Byun <58043306+wngus4296@users.noreply.github.com>
Date:   Thu Jan 30 20:20:09 2025 +0900

    Fix/#449 공연 상세 네비바 색상 오류 수정 (#450)

commit b9e93a8
Author: JuHyeon Byun <58043306+wngus4296@users.noreply.github.com>
Date:   Thu Jan 30 19:55:22 2025 +0900

    Fix/#447 qr entrance code design qa (#448)

commit 57edb44
Author: JuHyeon Byun <58043306+wngus4296@users.noreply.github.com>
Date:   Fri Jan 24 23:01:30 2025 +0900

    Fix/#445 QR scanner 활성화 조건 변경 (공연 당일까지) (#446)

commit 5603aab
Author: JuHyeon Byun <58043306+wngus4296@users.noreply.github.com>
Date:   Wed Jan 22 20:14:56 2025 +0900

    Fix/#443 공연 팀 멤버 유저 이미지 null인 경우 대응 (#444)

commit 9d2d3d5
Author: JuHyeon Byun <58043306+wngus4296@users.noreply.github.com>
Date:   Sun Jan 19 21:34:54 2025 +0900

    Chore/#440 profile card qa (#441)

commit ad58a6c
Author: JuHyeon Byun <58043306+wngus4296@users.noreply.github.com>
Date:   Sun Jan 19 20:21:57 2025 +0900

    Chore/#438 qr scanner design qa (#439)

commit 308ff14
Author: JuHyeon Byun <58043306+wngus4296@users.noreply.github.com>
Date:   Sun Jan 19 19:58:22 2025 +0900

    Feature/#436 Event Popup (#437)

commit 5c63569
Author: JuHyeon Byun <58043306+wngus4296@users.noreply.github.com>
Date:   Sun Jan 12 20:37:11 2025 +0900

    Feature/#433 입장 확인 고도화 (#434)

commit 97b339f
Author: JuHyeon Byun <58043306+wngus4296@users.noreply.github.com>
Date:   Sun Jan 5 16:38:29 2025 +0900

    Feature/#431 마이페이지 프로필 영역 변경 (#432)

commit f419737
Author: JuHyeon Byun <58043306+wngus4296@users.noreply.github.com>
Date:   Fri Dec 27 19:15:01 2024 +0900

    Feature/#427 manage concert (#430)

commit 452dd18
Author: JuHyeon Byun <wngus4296@swu.ac.kr>
Date:   Wed Dec 4 19:49:19 2024 +0900

    hotfix: remote config 패치 실패 케이스 대응

commit 42c2fa4
Author: longlivedrgn <kimye9808@naver.com>
Date:   Sat Nov 30 23:21:15 2024 +0900

    chore: 콘서트 상세 페이지에서 예매 종료 케이스 삭제

commit e7a06ab
Author: Yongjae Kim <85781941+longlivedrgn@users.noreply.github.com>
Date:   Sat Nov 30 22:58:37 2024 +0900

    Fix/#425 예매 완료 케이스 처리 (#426)

commit 6e8066a
Author: JuHyeon Byun <58043306+wngus4296@users.noreply.github.com>
Date:   Sat Nov 30 18:40:27 2024 +0900

    Fix/#423 design qa 3 (#424)

commit 231cc23
Author: Yongjae Kim <85781941+longlivedrgn@users.noreply.github.com>
Date:   Fri Nov 29 16:10:44 2024 +0900

    Fix/#421 사파리 브라우저를 통해서 웹 페이지 열기 구현 (#422)

commit c9d9980
Author: JuHyeon Byun <58043306+wngus4296@users.noreply.github.com>
Date:   Thu Nov 28 23:02:19 2024 +0900

    Fix/#419 design qa2 (#420)

    Co-authored-by: longlivedrgn <kimye9808@naver.com>

commit 191aad1
Author: Yongjae Kim <85781941+longlivedrgn@users.noreply.github.com>
Date:   Mon Nov 25 18:28:12 2024 +0900

    Fix/#417 9 design qa (#418)

commit dcc0981
Author: JuHyeon Byun <58043306+wngus4296@users.noreply.github.com>
Date:   Sun Nov 24 21:14:59 2024 +0900

    Chore/#413 share concert text format (#416)

commit bf9310a
Author: JuHyeon Byun <58043306+wngus4296@users.noreply.github.com>
Date:   Sun Nov 24 20:57:03 2024 +0900

    Chore/#412 sns, 링크 추가 시 index 0 insert 대신 append로 수정 (#415)

commit ab8d8a1
Author: JuHyeon Byun <58043306+wngus4296@users.noreply.github.com>
Date:   Sun Nov 24 20:50:49 2024 +0900

    Feature/#411 sns, 링크 삭제 토스트 추가 (#414)

commit 893a15e
Author: JuHyeon Byun <58043306+wngus4296@users.noreply.github.com>
Date:   Sun Nov 24 20:40:20 2024 +0900

    Chore/#409 공연 상세 페이지를 통한 내 프로필 접근 수정 가능하도록 변경 (#410)

commit b7fb3f0
Author: JuHyeon Byun <58043306+wngus4296@users.noreply.github.com>
Date:   Sun Nov 24 20:05:12 2024 +0900

    Chore/#407 프로필 sns 앱으로 연결 (#408)

commit ddd7dc0
Author: JuHyeon Byun <58043306+wngus4296@users.noreply.github.com>
Date:   Sun Nov 24 15:05:34 2024 +0900

    Chore/#405 sns 편집 디자인 qa 반영 (#406)

commit 6e0b0a0
Author: JuHyeon Byun <58043306+wngus4296@users.noreply.github.com>
Date:   Sun Nov 24 14:47:43 2024 +0900

    Chore/#403 프로필 메인 디자인 QA 반영 (#404)

commit 8456da4
Author: JuHyeon Byun <58043306+wngus4296@users.noreply.github.com>
Date:   Sun Nov 24 14:08:14 2024 +0900

    Chore/#401 선물 등록 팝업 문구 수정 (남이 선물한 경우) (#402)

commit 101b822
Author: Yongjae Kim <85781941+longlivedrgn@users.noreply.github.com>
Date:   Sat Nov 23 21:26:37 2024 +0900

    Feature/#387 선물 취소 기능 추가 및 그외 QA 사항 반영 (#398)

commit 0b12618
Author: JuHyeon Byun <58043306+wngus4296@users.noreply.github.com>
Date:   Sat Nov 23 21:24:40 2024 +0900

    Feature/#399 프로필 편집 링크 순서 변경 구현 (#400)

commit 2bb40d6
Author: JuHyeon Byun <58043306+wngus4296@users.noreply.github.com>
Date:   Sat Nov 16 18:03:21 2024 +0900

    Chore/#392 선물하기 depositor field 삭제 (#397)

commit be726c3
Author: JuHyeon Byun <58043306+wngus4296@users.noreply.github.com>
Date:   Sat Nov 16 17:18:26 2024 +0900

    Fix/#395 sns dto 변경 및 concertEntity 재사용 (#396)

commit 429555d
Author: longlivedrgn <kimye9808@naver.com>
Date:   Fri Nov 15 20:48:32 2024 +0900

    hotfix: 판매 종료 날만 배너 보이도록 변경

commit ba4c9b6
Author: JuHyeon Byun <58043306+wngus4296@users.noreply.github.com>
Date:   Fri Nov 15 00:33:21 2024 +0900

    Feature/#386 프로필 sns 링크 추가 및 편집 (#394)

commit 5c4fc48
Author: Yongjae Kim <85781941+longlivedrgn@users.noreply.github.com>
Date:   Fri Nov 15 00:21:14 2024 +0900

    Feature/#388 공연 상세 고도화 작업 (#390)

commit b184147
Author: JuHyeon Byun <58043306+wngus4296@users.noreply.github.com>
Date:   Thu Nov 14 21:59:40 2024 +0900

    Feature/#385 프로필 편집 뷰 sns view 추가 (#393)

commit dca5d8e
Author: JuHyeon Byun <58043306+wngus4296@users.noreply.github.com>
Date:   Thu Nov 14 19:12:43 2024 +0900

    Feature/#384 프로필 카드 뷰 SNS 영역 구현 (#391)

commit ecbe626
Author: JuHyeon Byun <58043306+wngus4296@users.noreply.github.com>
Date:   Wed Nov 13 15:15:25 2024 +0900

    Feature/#383 프로필 출연한 공연 UI 및 API 연결 (#389)

commit 16d0727
Author: JuHyeon Byun <58043306+wngus4296@users.noreply.github.com>
Date:   Sun Nov 10 19:17:51 2024 +0900

    Fix/#380 business info cell 재사용 이슈 해결 (#382)

commit ec70adf
Author: JuHyeon Byun <58043306+wngus4296@users.noreply.github.com>
Date:   Sun Nov 10 19:17:40 2024 +0900

    Feature/#379 프로필 링크 UI 수정 및 전체보기 뷰 구현 (#381)

commit d125711
Author: JuHyeon Byun <58043306+wngus4296@users.noreply.github.com>
Date:   Sun Nov 10 19:17:32 2024 +0900

    Feature/#377 toss payments order name (#378)

commit b17677f
Author: Yongjae Kim <85781941+longlivedrgn@users.noreply.github.com>
Date:   Thu Nov 7 11:09:56 2024 +0900

    Feature/#369 탈퇴한 회원 프로필 조회 (#370)

commit 238d4ff
Author: JuHyeon Byun <58043306+wngus4296@users.noreply.github.com>
Date:   Thu Nov 7 10:08:30 2024 +0900

    Chore/#375 공연 정보 공유 포맷 변경 (#376)

commit 0a95a7d
Author: JuHyeon Byun <58043306+wngus4296@users.noreply.github.com>
Date:   Thu Nov 7 10:08:21 2024 +0900

    Feature/#373 유저 식별코드 복사 버튼 생성 (#374)
@wngus4296 wngus4296 mentioned this pull request May 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ETC 버전과 상관없는 작업

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[ETC] CICD

1 participant