github-release-notes
Advanced tools
Comparing version 0.2.2 to 0.3.0
{ | ||
"name": "github-release-notes", | ||
"version": "0.2.2", | ||
"version": "0.3.0", | ||
"description": "Node module to publish release notes based on commits between the last two tags.", | ||
@@ -5,0 +5,0 @@ "main": "./github-release-notes.js", |
@@ -204,2 +204,3 @@ 'use strict'; | ||
this.options = options || getOptions(process.argv); | ||
this.options.force = this.options.force || false; | ||
@@ -242,2 +243,4 @@ var github = new Github({ | ||
console.error(error); | ||
return that.options.force; | ||
}); | ||
@@ -244,0 +247,0 @@ }; |
8318
224