gitlab-release-note-generator icon indicating copy to clipboard operation
gitlab-release-note-generator copied to clipboard

Feature/add changelog link

Open GlennM opened this issue 5 years ago • 2 comments

The documentation of the original repo links to this output example https://github.com/github-changelog-generator/Github-Changelog-Generator/blob/master/CHANGELOG.md

That example includes a "Full Changelog" link, which basically uses the GitHub compare functionality.

This PR adds the ability to include a Full Changelog for GitLab as well.

Note to maintainer: I've added some tests to cover this functionality, but didn't know how to run those tests. So please make sure to check those extensively.

GlennM avatar Dec 27 '19 09:12 GlennM

@jk1z Thanks for your review! I left some comments on it.

GlennM avatar Jan 02 '20 13:01 GlennM

Hi, I have made small refactoring for this and added test for the first tag. Because there should be no compare link on the first tag. https://github.com/cookielab/gitlab-release-note-generator/commit/f0612cb528650b784f77c9164fcdcd1875a3afa3

Vrtak-CZ avatar Feb 03 '20 12:02 Vrtak-CZ