Skip to content

Commit

Permalink
fix: list tag template in verbose options log
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed May 7, 2022
1 parent f1548f3 commit 87393a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cli.ts
Expand Up @@ -94,6 +94,7 @@ logVerboseInfo(
`${indent}npm org: ${JSON.stringify(options.org)}`,
`${indent}preid: ${JSON.stringify(options.preid)}`,
`${indent}commit message template: ${JSON.stringify(options.commitMessageTemplate)}`,
`${indent}tag template: ${JSON.stringify(options.tagTemplate)}`,
`${indent}skip changelog: ${JSON.stringify(options.skipChangelog)}`,
`${indent}skip tag: ${JSON.stringify(options.skipTag)}`,
`${indent}verbose: ${JSON.stringify(options.verbose)}`,
Expand Down

0 comments on commit 87393a2

Please sign in to comment.