Skip to content

Commit

Permalink
- format the main.ts class
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepenz committed Apr 15, 2022
1 parent fe2fbf9 commit a86b1b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ async function run(): Promise<void> {
const includeOpen = core.getInput('includeOpen') === 'true'
const ignorePreReleases = core.getInput('ignorePreReleases') === 'true'
const failOnError = core.getInput('failOnError') === 'true'
const fetchReviewers = core.getInput('fetchReviewers') === 'true'
const fetchReviewers = core.getInput('fetchReviewers') === 'true'
const commitMode = core.getInput('commitMode') === 'true'

const result = await new ReleaseNotesBuilder(
Expand Down

0 comments on commit a86b1b7

Please sign in to comment.