Skip to content

Releases: ungoldman/gh-release

v1.1.0

02 Mar 06:41

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

Choose a tag to compare

  • fix for standard #4
  • fix ordering in readme

v1.0.7

11 Feb 22:02

Choose a tag to compare

  • add standard to dev dependencies
  • add .travis.yml & badge for travis-ci
  • improve cli usage info & move to top of readme
  • add files to package.json for future build/zip/dist support

v1.0.6

08 Feb 20:36

Choose a tag to compare

  • move get-defaults.js to lib
  • improve usage info for cli
  • improve defaults management in cli
  • add proper target_commitish default

v1.0.5

08 Feb 08:10

Choose a tag to compare

  • hotfix for help/usage in dir w/o package.json or CHANGELOG.md

v1.0.4

08 Feb 07:49

Choose a tag to compare

  • remove files from package.json to fix cli again

v1.0.3

08 Feb 07:41

Choose a tag to compare

  • actual fix for cli.. should work fine now
  • allow v prefix for changelog version names

v1.0.2

08 Feb 07:27

Choose a tag to compare

  • hotfix for local requires in cli

v1.0.1

08 Feb 07:14

Choose a tag to compare

  • add better options info to readme

v1.0.0

08 Feb 07:03

Choose a tag to compare

  • create working prototype
  • define basic node interface
  • define basic cli interface