➡️ PyPI page: scriv 1.7.0.
➡️ To install: python3 -m pip install scriv==1.7.0
Added
- The GitHub release template now can use
{{title}}to get the title of the changelog entry. - The
formatsetting is now defaulted based on thechangelogsetting. Previously,changelog=README.mdwould still use .rst formatting. Now it will use Markdown.
Changed
- Two settings have new names to better reflect what scriv does. The
output_filesetting is now calledchangelogand theinsert_markersetting is now calledstart_marker. The old names will continue to work. Closes issue 77.