Skip to content

1.7.0

Latest

Choose a tag to compare

@nedbat nedbat released this 20 Apr 18:29
· 12 commits to main since this release
1.7.0

➡️  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 format setting is now defaulted based on the changelog setting. Previously, changelog=README.md would still use .rst formatting. Now it will use Markdown.

Changed

  • Two settings have new names to better reflect what scriv does. The output_file setting is now called changelog and the insert_marker setting is now called start_marker. The old names will continue to work. Closes issue 77.