Skip to content

Commit

Permalink
[Release Notes Automation] Fix typo (#577)
Browse files Browse the repository at this point in the history
* remove the use of the sonatype API; code refactoring

* more code refactoring

* add API docs

* no message

* rename files

* no message

* no message

* address review comments

* Add React Native release notes to each extension page

* no message

---------

Co-authored-by: Praveen <[email protected]>
  • Loading branch information
yangyansong-adbe and praveek authored Apr 16, 2024
1 parent c79031e commit bb8d95a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/release_notes/SDKReleaseInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ function isReactNativeRelease(repoName) {
return repoName === "aepsdk-react-native"
}
function isFlutterRelease(repoName) {
return repoName === "aepsdk-flutter"
return repoName === "aepsdk_flutter"
}
function isIOSRelease(repoName) {
return repoName.endsWith("-ios")
Expand Down

0 comments on commit bb8d95a

Please sign in to comment.