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
Is there an existing issue or pull request for this?
I have searched the existing issues and pull requests
Feature description
Where I work, it is the common case for us to want to generate and regenerate our CHANGELOG.md docs. Currently, to actually generate a document with git-cliff, we always have to pass it the --output CHANGELOG.md argument. This gets tedious to have to type out every time. It also means that, if we happen to typo the file name, we have to rename the file and delete the original (if regenerating).
Desired solution
Create an output-file option that would go under the [changelog] section in the cliff.toml file that behaves the same as the --output CLI argument.
Alternatives considered
I was not able to discern an alternative solution for this issue.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue or pull request for this?
Feature description
Where I work, it is the common case for us to want to generate and regenerate our CHANGELOG.md docs. Currently, to actually generate a document with git-cliff, we always have to pass it the
--output CHANGELOG.md
argument. This gets tedious to have to type out every time. It also means that, if we happen to typo the file name, we have to rename the file and delete the original (if regenerating).Desired solution
Create an
output-file
option that would go under the[changelog]
section in thecliff.toml
file that behaves the same as the--output
CLI argument.Alternatives considered
I was not able to discern an alternative solution for this issue.
Additional context
No response
The text was updated successfully, but these errors were encountered: