Skip to content

Commit 6107f36

Browse files
committed
feat(githubrelease): add better descriptions for preset and bump in config output
1 parent 9a7a3e6 commit 6107f36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

githubrelease

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -343,8 +343,8 @@ changelog : $changelog
343343
remote : $remote
344344
master : $master
345345
develop : $develop
346-
bump : $bump | $($conventionalRecommendedBump -p $($conventionalCommitsDetector))
347-
preset : $preset | $($conventionalCommitsDetector)
346+
preset : $preset <detected: "$($conventionalCommitsDetector)", chosen: "$preset">
347+
bump : $bump <detected: "$($conventionalRecommendedBump -p $($conventionalCommitsDetector) 2> /dev/null)", chosen: "$bump">
348348
counter : $counter
349349
step : $step
350350
noprompts : $argnoprompt

0 commit comments

Comments
 (0)