Skip to content

Commit

Permalink
Improve formatting of release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Aareon Sullivan committed Sep 18, 2024
1 parent 11fa4de commit 147ced5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions update_allCountries.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,10 @@ def create_release_notes(stats, is_update):
current_date = datetime.now().strftime("%Y-%m-%d")
return f"""GeoNames Database {update_status} - {current_date}
- Total Entries: {stats['total_entries']:,}
- Countries Covered: {stats['country_count']}
- File Size: {format_file_size(stats['file_size'])}
- MD5 Checksum: {stats['md5_checksum']}
- Total Entries: `{stats['total_entries']:,}`
- Countries Covered: `{stats['country_count']}`
- File Size: `{format_file_size(stats['file_size'])}`
- MD5 Checksum: `{stats['md5_checksum']}`
This release contains the latest GeoNames database {update_status.lower()}.
"""
Expand Down

0 comments on commit 147ced5

Please sign in to comment.