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
Using -o option appends the journal to the end of the file, which seem to contradict the "normal" order of a changelog. The question arises, if the full changelog should be generated or just the "diff" to the last release...?
I was avoiding the -o option and tried to write the output directly into the file
git journal > CHANGELOG.md
which also failed, since ansi escape sequences are not stripped. This rigid "feature" of enabling the color could be easily put in automatic mode, just by checking if stdout is a tty...
The text was updated successfully, but these errors were encountered:
Issue-Label Bot is automatically applying the label feature_request to this issue, with a confidence of 0.68. Please mark this comment with 👍 or 👎 to give our bot feedback!
I am testing your tool...
Using
-o
option appends the journal to the end of the file, which seem to contradict the "normal" order of a changelog. The question arises, if the full changelog should be generated or just the "diff" to the last release...?I was avoiding the
-o
option and tried to write the output directly into the filewhich also failed, since ansi escape sequences are not stripped. This rigid "feature" of enabling the color could be easily put in automatic mode, just by checking if stdout is a tty...
The text was updated successfully, but these errors were encountered: