Skip to content

Commit 5a96e7e

Browse files
committed
Update Fastfile to create changelog directory
1 parent 6d31946 commit 5a96e7e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fastlane/Fastfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ platform :android do
3636
changelog = changelog_from_git_commits(commits_count: 5)
3737
changelogPath = File.join(Dir.pwd, "..", "fastlane", "metadata", "android",
3838
"en-US", "changelogs", "default.txt")
39+
FileUtils.mkdir_p(File.dirname(changelogPath))
3940
File.open(changelogPath, "w") do |file|
4041
file.write(changelog)
4142
end

0 commit comments

Comments
 (0)