Releases: ungoldman/gh-release
Releases Β· ungoldman/gh-release
v1.1.8
Fixed
- exit process with code 1 on aborted release or invalid directory (#31)
v1.1.7
Fixed
- If cli is successful, should exit with code of 0
v1.1.5
- more improvements to CLI style & formatting
- bump
changelog-parser
to 2.x
- bump
standard
to 3.x
- readme updates
v1.1.4
- Improve preview style & formatting (#15 & #24)
v1.1.3
- Handle error when release number already exists on github
v1.1.2
- 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
- use
changelog-parser
for more reliable changelog parsing
v1.1.0
- 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
- fix for standard #4
- fix ordering in readme