You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thus generating a changelog for the whole git history takes some time.
Describe the solution you'd like
We should add a command-line flag for disabling command execution in the cases where the user wants to generate a changelog without running external commands.
For example, git-cliff --no-exec will skip executing the commands defined in replace_command.
Describe alternatives you've considered
None.
Additional context
See #316 for additional discussion about typos implementation.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
The default config of
git-cliff
now runstypos
to fix the typos in the commits:git-cliff/cliff.toml
Lines 66 to 71 in 3c2fb60
Thus generating a changelog for the whole git history takes some time.
Describe the solution you'd like
We should add a command-line flag for disabling command execution in the cases where the user wants to generate a changelog without running external commands.
For example,
git-cliff --no-exec
will skip executing the commands defined inreplace_command
.Describe alternatives you've considered
None.
Additional context
See #316 for additional discussion about
typos
implementation.The text was updated successfully, but these errors were encountered: