xiaoyifang / goldendict-ng

The Next Generation GoldenDict
https://xiaoyifang.github.io/goldendict-ng/
Other
1.57k stars 84 forks source link

[Feature] Improve changelog generation #1684

Open xiaoyifang opened 2 months ago

xiaoyifang commented 2 months ago

gd-ng use mikepenz/release-changelog-builder-action@v3 to generate the changelog, it has generated some unintended content.

image

maybe related with some wrong configuration .

need a better way to generate this .

KonstantinDjairo commented 1 month ago

isn't there a way to use regex to get rid of unwanted info?

xiaoyifang commented 1 month ago

the changelog based on the result of git diff commit1..commit2 the result of git diff seems give out different results when the default merged branch is different.