Skip to content

Commit

Permalink
fix leftovers
Browse files Browse the repository at this point in the history
  • Loading branch information
nilason committed Feb 4, 2024
1 parent 3159872 commit 5b8629d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/generate_release_notes.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def print_notes(
"""
num_changes = round_down_to_five(len(changes))
print(
f"The GRASS GIS {end_tag} release provides more than "
f"The gdal-grass {end_tag} release provides more than "
f"{num_changes} improvements and fixes "
f"with respect to the release {start_tag}.\n"
)
Expand All @@ -124,7 +124,7 @@ def notes_from_gh_api(start_tag, end_tag, branch, categories, exclude):
[
"gh",
"api",
"repos/OSGeo/grass/releases/generate-notes",
"repos/OSGeo/gdal-grass/releases/generate-notes",
"-f",
f"previous_tag_name={start_tag}",
"-f",
Expand Down

0 comments on commit 5b8629d

Please sign in to comment.