Skip to content

Commit d16d47e

Browse files
committed
Add changelog path
1 parent d8fcad8 commit d16d47e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

fastlane/Fastfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ platform :android do
8787

8888
# update releases on Github
8989
changelog = read_changelog(
90+
changelog_path: 'components/CHANGELOG.md',
9091
section_identifier: "[#{tag}]",
9192
excluded_markdown_elements: []
9293
)
@@ -240,6 +241,7 @@ platform :android do
240241

241242
# update releases on Github
242243
changelog = read_changelog(
244+
changelog_path: 'components-compose/CHANGELOG.md',
243245
section_identifier: "[#{version}]",
244246
excluded_markdown_elements: []
245247
)

0 commit comments

Comments
 (0)