I am using Jenkins Git-Plugin to checkout in my CI pipeline. I want to generate changelog between the COMMIT and a predefined REF_COMMIT.
Is there a way to achieve this using changelog-extensions? I can see there is option to calculate change log against branch (refs/remote/branch) but nothing written for commits.
Is there any other way i can show the changelogs as git-plugin does in the build without using this changelog-extenstions?