Skip to content

Commit

Permalink
fix: template date parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
camille-004 committed Dec 8, 2024
1 parent f46fd19 commit 58d0742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/prepare_release.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def create_release_notes(version: str) -> None:
# Read and update template content
template_content = template_path.read_text()
release_content = template_content.replace("{version}", version).replace(
"{release_date}", today
"{date}", today
)

# Write the new release notes file
Expand Down

0 comments on commit 58d0742

Please sign in to comment.