Skip to content

Commit 57023dd

Browse files
Fixed default option
1 parent 6512d93 commit 57023dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ function GithubReleaseNotes(options) {
220220
auth: 'oauth'
221221
});
222222

223-
this.includemessages = this.options.includemessages || "All";
223+
this.includemessages = this.options.includemessages || "commits";
224224
this.repo = github.getRepo(this.options.username, this.options.repo);
225225
}
226226

0 commit comments

Comments
 (0)