Skip to content

0.16.0

Compare
Choose a tag to compare
@nedbat nedbat released this 24 Jul 22:30
· 201 commits to main since this release

➡️  PyPI page: scriv 0.16.0.
➡️  To install: python3 -m pip install scriv==0.16.0

Added

  • The github_release command will use a GitHub personal access token stored in the GITHUB_TOKEN environment variable, or from a .netrc file.

Fixed

  • The github_release command was using git tags as a command when it should have used git tag.
  • Anchors in the changelog were being included in the previous sections when creating GitHub releases. This has been fixed, closing issue 53.