Skip to content

Commit

Permalink
Merge pull request #909 from svengeance/patch-1
Browse files Browse the repository at this point in the history
Fix custom test case TS file by supplying the correct number of arguments to ReleaseNotesBuilder
  • Loading branch information
mikepenz authored Oct 7, 2022
2 parents 04630da + c443ceb commit ce424f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -522,6 +522,7 @@ it('Test custom changelog builder', async () => {
false, // failOnError
false, // ignorePrePrelease
true, // enable to fetch reviewers
false, // enable to fetch release information
false, // commitMode
configuration // configuration
)
Expand Down

0 comments on commit ce424f3

Please sign in to comment.