Skip to content

Commit

Permalink
⚡ :: changelog 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
yongbeomkwak committed Dec 2, 2023
1 parent d9166b8 commit 33e3f46
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ platform :ios do
xcodeproj: "Projects/App/#{APP_NAME}.xcodeproj"
})

echo(message:"✅ build_number =#{build_number}")
echo(message:"✅ build_number =#{build_number}") # 출력

build_app(
workspace: "#{APP_NAME}.xcworkspace",
Expand All @@ -76,7 +76,8 @@ platform :ios do
api_key: api_key,
distribute_external: true,
build_number: "#{build_number}",
groups: ["외부 테스트 그룹1"]
groups: ["외부 테스트 그룹1"],
changelog: "- 테스트"

) # 올리는거 기다리지 않음
end
Expand Down

0 comments on commit 33e3f46

Please sign in to comment.