Bug Fixes
- **changelog**: Use "issues" link vs "pull"
([`93e48c9`](https://github.com/python-semantic-release/python-semantic-release/commit/93e48c992cb8b763f430ecbb0b7f9c3ca00036e4))
While, e.g., https://github.com/owner/repos/pull/123 will work,
https://github.com/owner/repos/issues/123 should be safer / more consistent, and should avoid a
failure if someone adds an issue link at the end of a PR that is merged via rebase merge or merge
commit.
- **netrc**: Prefer using token defined in GH_TOKEN instead of .netrc file
([`3af32a7`](https://github.com/python-semantic-release/python-semantic-release/commit/3af32a738f2f2841fd75ec961a8f49a0b1c387cf))
.netrc file will only be used when available and no GH_TOKEN environment variable is defined.
This also add a test to make sure .netrc is used properly when no GH_TOKEN is defined.
Features
- Add `upload_to_pypi_glob_patterns` option
([`42305ed`](https://github.com/python-semantic-release/python-semantic-release/commit/42305ed499ca08c819c4e7e65fcfbae913b8e6e1))