Skip to content

Releases: ungoldman/gh-release

v1.1.8

23 Apr 00:26
Compare
Choose a tag to compare

Fixed

  • exit process with code 1 on aborted release or invalid directory (#31)

v1.1.7

07 Apr 19:52
Compare
Choose a tag to compare

Fixed

  • If cli is successful, should exit with code of 0

v1.1.6

04 Apr 03:39
Compare
Choose a tag to compare
  • update demo
  • update doc

v1.1.5

03 Apr 00:47
Compare
Choose a tag to compare
  • more improvements to CLI style & formatting
  • bump changelog-parser to 2.x
  • bump standard to 3.x
  • readme updates

v1.1.4

01 Apr 16:55
Compare
Choose a tag to compare
  • Improve preview style & formatting (#15 & #24)

v1.1.3

23 Mar 00:38
Compare
Choose a tag to compare
  • Handle error when release number already exists on github

v1.1.2

10 Mar 06:27
Compare
Choose a tag to compare
  • add dry-run and workpath options
  • add a get-defaults.js test
  • check if commit exists on github before trying to create release #11
  • add support for git URLs #16

v1.1.1

02 Mar 23:44
Compare
Choose a tag to compare
  • use changelog-parser for more reliable changelog parsing

v1.1.0

02 Mar 06:41
Compare
Choose a tag to compare
  • target node 0.12 and iojs on travis
  • use docker and cache node_modules on travis
  • add oauth2 token authentication method #5
  • add CONTRIBUTING.md
  • refactor getDefaults, cli
  • fix error when in directories w/o package.json & CHANGELOG.md #9

Thanks to @bcomnes for contributing oauth2 support!

v1.0.8

22 Feb 22:41
Compare
Choose a tag to compare
  • fix for standard #4
  • fix ordering in readme