Skip to content

Commit e3ea4f8

Browse files
authored
chore: cleanup fastlane release configuration (#174)
1 parent 9a447de commit e3ea4f8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: scripts/fastlane/Fastfile

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ platform :android do |options|
1515
UI.message("Building version groups for amplify-ui-android from #{project_root}")
1616
{
1717
repo: 'aws-amplify/amplify-ui-android',
18-
product_name: 'Amplify UI Liveness Android',
18+
product_name: 'Amplify UI Android',
1919
releases: [
2020
{
2121
release_tag_prefix: 'release_liveness_v',
2222
gradle_properties_path: "#{project_root}/liveness/gradle.properties",
2323
doc_files_to_update: [],
24-
release_title: 'Amplify UI Liveness Android',
24+
release_title: 'Amplify UI Android Liveness',
2525
changelog_path: "#{project_root}/liveness/CHANGELOG.md",
2626
component_name: "Liveness",
2727
top_level_docs_to_update: ["#{project_root}/README.md"],
@@ -33,12 +33,12 @@ platform :android do |options|
3333
release_tag_prefix: 'release_authenticator_v',
3434
gradle_properties_path: "#{project_root}/authenticator/gradle.properties",
3535
doc_files_to_update: ["#{project_root}/authenticator/README.md"],
36-
release_title: 'Amplify UI Authenticator Android',
36+
release_title: 'Amplify UI Android Authenticator',
3737
changelog_path: "#{project_root}/authenticator/CHANGELOG.md",
3838
component_name: "Authenticator",
3939
top_level_docs_to_update: ["#{project_root}/README.md"],
4040
sample_build_files_to_update: ["#{project_root}/samples/authenticator/build.gradle"],
41-
changelog_include_scopes: [],
41+
changelog_include_scopes: ["Authenticator", "authenticator", "all"],
4242
changelog_ignore_scopes: ["liveness", "Liveness"]
4343
}
4444
]

0 commit comments

Comments
 (0)