Add a way to preview/render the final generated commit message locally #45075
jraygauthier
started this conversation in
Suggest an Idea
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Tell us more.
I would like to propose adding a way to inspect the final rendered commit
message without having to run Renovate against a real platform and create a
branch/PR.
Currently,
--print-configshows the templates, for example:However, it does not show the final rendered commit message after applying:
depName,currentVersion,newVersion, etc.)For example, when customizing Conventional Commit output, it would be useful
to preview:
without requiring a real Bitbucket/GitHub/etc. run.
A possible solution could be:
--dry-runprint the final generated commit message;context.
For example:
I found PR #9014, which appears related to improving visibility around commit
message generation, but it is unclear why it was closed and whether the
functionality was superseded.
Would maintainers consider exposing the final rendered commit message during
dry runs, or providing a local rendering command?
All reactions