Skip to content

Commit

Permalink
updated release_note generation to include version
Browse files Browse the repository at this point in the history
  • Loading branch information
twihno committed Jul 13, 2021
1 parent 88e3fc7 commit e33f975
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions generate_release_notes.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import json
import os
from datetime import date

TEMPLATE_DIR = "templates"

Expand All @@ -19,6 +20,7 @@
paperlibgroups.sort()

with open("./output/README.md", "w") as f:
f.write("Version {}\n\n---\n\n".format(date.today().strftime("%Y-%m-%d")))
f.write("# Included templates\n")

for lib in paperlibgroups:
Expand Down

0 comments on commit e33f975

Please sign in to comment.