Skip to content

Commit

Permalink
fix: Correct errors in release log (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
wzxha authored Jan 31, 2024
1 parent 9bb0262 commit 0a5f022
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,12 @@ platform :ios do
)
Actions.sh("git push origin v#{target_version}")

most_recent_tags = sh("git tag --sort=-version:refname | head -2").split("\n")
release_log = changelog_from_git_commits(
pretty: "- %s @(%an) ",
between: most_recent_tags,
pretty: "- %s @(%an) "
)

xcframework(version: target_version)
set_github_release(
repository_name: "alibaba/aliyunpan-ios-sdk",
Expand Down

0 comments on commit 0a5f022

Please sign in to comment.