Skip to content

Releases: ungoldman/gh-release

v3.1.1

07 Aug 05:33
Compare
Choose a tag to compare

Fixes

  • fix: update outdated link in error message

Changes

  • docs(site): update old link, freshen up style
  • docs(readme): shorten second feature line

v3.1.0

07 Aug 05:30
Compare
Choose a tag to compare

Additions

  • feat: add update notifier (#50)

Fixes

  • fix: error on unreleased (#43)
  • fix: set default endpoint properly (#60) - thanks @roman0x58
  • fix: warn when package.json url is out of date (#61) - thanks @jgravois

Changes

  • refactor: improve cli & usage output
  • refactor: add default endpoint back for usage info
  • docs(readme): update CLI usage, simplify link refs

v3.0.0

28 Jun 08:26
Compare
Choose a tag to compare

Breaking Changes

  • get defaults in Node API using same method as CLI - thanks @roman0x58

Changes

  • allow spaces between asset filenames - thanks @zeke

Fixes

  • fixed false positives in a couple of error equality tests - thanks @roman0x58
  • updated repo URLs

v2.2.1

02 Feb 00:47
Compare
Choose a tag to compare

Fixed

  • bug: support package.json files where repository is a string (#44) - thanks @zeke

v2.2.0

04 Dec 01:54
Compare
Choose a tag to compare

Added

  • feature: add support for Github Enterprise (use endpoint option) (#44) - thanks @henryhuang

Miscellaneous

  • site: add scripts for generating a gh-pages site

v2.1.0

01 Jul 21:52
Compare
Choose a tag to compare

Changed

  • Using ghauth@^3.2.0 (better 2FA support). Config directory is now determined by application-config and is OS-specific. You may want to delete your old config directory (~/.config/gh-release).

Fixed

  • Trap failed authentication (#41)

v2.0.3

22 Mar 18:16
Compare
Choose a tag to compare

Changed

  • improve cli body preview
    • no word-wrap
    • no window-size
    • show newlines

Fixed

  • fix project URLs (ngoldman -> ungoldman)

v2.0.2

12 Oct 20:02
Compare
Choose a tag to compare
  • Use the most recently released version when comparing versions (#39)
  • Set travis-ci to test builds on 0.10, 0.12, and stable (#40)

v2.0.1

11 Aug 22:17
Compare
Choose a tag to compare
  • if target commit returns a 404, throw error

v2.0.0

29 Apr 00:10
Compare
Choose a tag to compare

Changed

  • breaking: changed API parameters from options, auth, callback to options, callback
    • auth is now in options as options.auth
  • moved all logging and CLI-related logic out of API and into CLI
  • no longer uses the node-github client

Added

  • assets option for uploading assets