Skip to content

Releases: ungoldman/gh-release

v3.3.4

10 Oct 15:55
Compare
Choose a tag to compare

Fixes

Fix unhandled invalid repository URL error (#83) - thanks @tjaneczko

v3.3.3

08 Oct 18:44
Compare
Choose a tag to compare

Fixes

  • fix unhandled exception when changelog contains no versions (#81) - thanks @tjaneczko

v3.3.2

13 Sep 22:21
Compare
Choose a tag to compare

v3.3.1

11 Sep 15:46
Compare
Choose a tag to compare

Fixes

v3.3.0

04 Sep 19:06
Compare
Choose a tag to compare

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.3

30 Aug 16:25
Compare
Choose a tag to compare

Fixes

v3.2.2

26 Aug 20:28
Compare
Choose a tag to compare

Fixes

v3.2.1

27 Apr 17:01
Compare
Choose a tag to compare

Fixes

  • update request dependency (#72)

v3.2.0

04 Jan 19:32
Compare
Choose a tag to compare

Features

v3.1.2

04 Jan 06:00
Compare
Choose a tag to compare

Fixes

  • catch 'bracketed' unreleased changelog entries (e.g. [Unreleased]) (#66) - thanks @jrmykolyn