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
I have been testing the changelog function and I see that it only generates changelog for the current release. Also, with the default output it overwrites the current CHANGELOG.md file, losing the old change logs. And hence I am not able to use the changelog feature from the tool. At the moment I have to rely on another tool for changelog generation.
Here is what I have seen other projects do, which will be very helpful to use the changelog feature.
It should be able to generate the entire changelog (or based on tag ranges)
It should have a possibility to prepend the change log from the current release to the existing CHANGELOG.md file
The text was updated successfully, but these errors were encountered:
When using the version itself in the query either a prefix can be ignored or always use the non prefixed version. The prefix can also be picked up from the configuration.
As for the workflow, I am not sure how others use it. But I want to be able to prepend the current release changelog to the previously generated changelog. And a capability to regenerate an entire (or partial) changelog in case it is required.
While I can prepend the log using shell commands in my current CI/CD flow, it would be easier if the tool itself can do the prepend operation.
I have been testing the changelog function and I see that it only generates changelog for the current release. Also, with the default output it overwrites the current CHANGELOG.md file, losing the old change logs. And hence I am not able to use the changelog feature from the tool. At the moment I have to rely on another tool for changelog generation.
Here is what I have seen other projects do, which will be very helpful to use the changelog feature.
The text was updated successfully, but these errors were encountered: