Skip to content

Commit

Permalink
fix(partial): always ignore the default header partial
Browse files Browse the repository at this point in the history
  • Loading branch information
stevemao committed Feb 26, 2016
1 parent 033dda4 commit 73c27d9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,8 @@ function conventionalGithubReleaser(auth, changelogOpts, context, gitRawCommitsO

writerOpts.includeDetails = true;

if (changelogOpts.preset) {
writerOpts.headerPartial = writerOpts.headerPartial || '';
}
// ignore the default header partial
writerOpts.headerPartial = writerOpts.headerPartial || '';

github.authenticate(auth);

Expand Down

0 comments on commit 73c27d9

Please sign in to comment.