Skip to content

Commit 3c746c0

Browse files
authored
chore: authenticator release to include all scopes (temporary) (#169)
1 parent 85816f1 commit 3c746c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ platform :android do |options|
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: ["authenticator", "Authenticator", "all"],
41+
changelog_include_scopes: [],
4242
changelog_ignore_scopes: ["liveness", "Liveness"]
4343
}
4444
]

0 commit comments

Comments
 (0)