Skip to content

Commit

Permalink
Merge pull request #32 from conventional-changelog/fix/gitRawCommitsO…
Browse files Browse the repository at this point in the history
…pts/apply

fix(gitRawCommitsOpts): apply user opts over our opts
  • Loading branch information
hutson committed Jan 23, 2017
2 parents a5bcef0 + 4472e11 commit 5996803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -62,7 +62,7 @@ function conventionalGithubReleaser(auth, changelogOpts, context, gitRawCommitsO
if (releaseCount !== 0) {
gitRawCommitsOpts = assign({
from: tags[releaseCount]
});
}, gitRawCommitsOpts);
}

gitRawCommitsOpts.to = gitRawCommitsOpts.to || tags[0];
Expand Down

0 comments on commit 5996803

Please sign in to comment.