Releases: ungoldman/gh-release
Releases Β· ungoldman/gh-release
v3.3.4
Fixes
Fix unhandled invalid repository URL error (#83) - thanks @tjaneczko
v3.3.3
Fixes
- fix unhandled exception when changelog contains no versions (#81) - thanks @tjaneczko
v3.3.0
Additions
--yes
CLI option to skip the release confirmation prompt (#76)
- Support for reading the GitHub access token from the
GH_RELEASE_GITHUB_API_TOKEN
environment variable (#76)
v3.2.1
Fixes
- update
request
dependency (#72)
v3.1.2
Fixes
- catch 'bracketed' unreleased changelog entries (e.g.
[Unreleased]
) (#66) - thanks @jrmykolyn