git-changelog-lib icon indicating copy to clipboard operation
git-changelog-lib copied to clipboard

appending the changelog to the previous instead of overwriting

Open saharHsn opened this issue 4 years ago • 1 comments
trafficstars

Hi, I'm looking for a feature in git-changelog-lib in order to be able to append to the current changelog file, instead of overwriting. Is there any option in this plugin? Thanks in advanced for your help

saharHsn avatar Nov 02 '21 13:11 saharHsn

No such feature in this library.

If using Jenkins this may help: https://github.com/jenkinsci/pipeline-utility-steps-plugin/pull/106

tomasbjerre avatar Nov 02 '21 17:11 tomasbjerre

There is a feature to prepend to file now: https://github.com/tomasbjerre/git-changelog-lib/blob/master/src/main/java/se/bjurr/gitchangelog/api/GitChangelogApi.java#L164

tomasbjerre avatar Dec 28 '22 18:12 tomasbjerre