0.16.0
➡️ 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.