1.3.0
Changes:
- new
--silent
option to turn off verbose logging - only options with a default value defined within
NodePreGypGithub.prototype.createRelease
are passed to the first parameter ofgithub.releases.createRelease()
. When I introduced the silent flag I didn't feel it made sense that this property should automatically make it's way togithub.releases.createRelease
function. This prevents that. - 100% test coverage, including a backwards compatibility section.
- running tests no longer includes the verbose messages that get generate from within the module
- coveralls badge now on README.md
- package.json's
scripts.coverage
now includes a command to post to coveralls when the COVERALLS_SERVICE_NAME and COVERALLS_REPO_TOKEN environment variables are defined properly. - coveralls added as a
devDependencies
within package.json