We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8fcad8 commit d16d47eCopy full SHA for d16d47e
fastlane/Fastfile
@@ -87,6 +87,7 @@ platform :android do
87
88
# update releases on Github
89
changelog = read_changelog(
90
+ changelog_path: 'components/CHANGELOG.md',
91
section_identifier: "[#{tag}]",
92
excluded_markdown_elements: []
93
)
@@ -240,6 +241,7 @@ platform :android do
240
241
242
243
244
+ changelog_path: 'components-compose/CHANGELOG.md',
245
section_identifier: "[#{version}]",
246
247
0 commit comments