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 908ed9e commit c33b10dCopy full SHA for c33b10d
scripts/fastlane/Fastfile
@@ -24,7 +24,7 @@ platform :android do |options|
24
release_title: 'Amplify Android',
25
component_name: "AmplifyAndroid",
26
changelog_path: "#{project_root}/CHANGELOG.md",
27
- changelog_ignore_scopes: ["Apollo", "apollo", "Events", "events"]
+ changelog_ignore_scopes: ["Apollo", "apollo", "Events", "events", "release"]
28
},
29
{
30
release_tag_prefix: 'release_apollo_v',
0 commit comments