open-chat icon indicating copy to clipboard operation
open-chat copied to clipboard

Modify the FE changelog script to allow incremental mode

Open julianjelfs opened this issue 2 years ago • 0 comments

Currently it regenerates the whole changelog which is not really scalable (since it needs to load all of the files for every commit).

Need to modify it so that it only loads the tags that are not already in the changelog and then prepends the output to the existing log.

julianjelfs avatar Jan 24 '23 08:01 julianjelfs