Skip to content

Commit 263ab57

Browse files
authored
chore: Remove the release-kotlin_v block from prepare release script (#2231)
1 parent d8e9a52 commit 263ab57

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

scripts/fastlane/Fastfile

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,8 @@ platform :android do |options|
2323
doc_files_to_update: ["#{project_root}/README.md", "#{project_root}/rxbindings/README.md"],
2424
release_title: 'Amplify Android',
2525
changelog_path: "#{project_root}/CHANGELOG.md",
26-
},
27-
{
28-
release_tag_prefix: 'release-kotlin_v',
29-
gradle_properties_path: "#{project_root}/core-kotlin/gradle.properties",
30-
doc_files_to_update: [],
31-
release_title: 'Amplify Android Kotlin Facade',
32-
changelog_path: "#{project_root}/core-kotlin/CHANGELOG.md",
3326
}
3427
]
3528
}
3629
end
3730
end
38-

0 commit comments

Comments
 (0)