Skip to content

Commit

Permalink
Merge pull request #2569 from ballerina-platform/praneesha-patch-1
Browse files Browse the repository at this point in the history
Change the term `extended library` to `Ballerina library`
  • Loading branch information
praneesha authored Oct 27, 2023
2 parents 65a4b31 + 13432db commit 9af19ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dependabot/update_dependencies_in_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def main():

extended_library_level = extensions_file['extended_library'][-1]['level']

print('Start dependency update for Ballerina Extended Library')
print('Start dependency update for Ballerina library')
for j in range(last_level, extended_library_level):
current_level = j + 1
current_level_modules = list(filter(lambda s: s['level'] == current_level, extensions_file['extended_library']))
Expand Down
2 changes: 1 addition & 1 deletion dependabot/update_lag_status.py
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ def get_updated_readme():

updated_readme = update_modules(updated_readme, module_details_list, False)

updated_readme += "## Ballerina Extended Library" + "\n"
updated_readme += "## Ballerina library" + "\n"

updated_readme += "| Level | Modules | Build | Lag Status | Pending Automated PR |" + "\n"
updated_readme += "|:---:|:---:|:---:|:---:|:---:|" + "\n"
Expand Down

0 comments on commit 9af19ca

Please sign in to comment.