Commit 4472e11
committed
fix(gitRawCommitsOpts): apply user opts over our opts
When `releaseCount` equals any value other than 0, the original code
replaces the `gitRawCommitsOpts` object with our own configuration.
Instead, we need to apply the user's configuration over our configuration,
replacing our configuration where it conflicts with the user's configuration.1 parent a5bcef0 commit 4472e11
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
0 commit comments