You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have create_release_notes.py get the old version from ReleaseNotes.md (#3275)
This makes it dependent on ReleaseNotes.md, which makes sense. In
addition, it now can only add one release at a time, which seems fine.
I also added some tests, because I wanted to make sure it works without
having to fetch commit history and whatnot.
I still had to do some validation by running the command line, and found
some bugs that way. I resolved those issues, and made it safer by adding
type hints.
I also, obviously, did not add any integration into prb for the tests,
but that may be nice if we right more, they currently take less than a
second.
0 commit comments