Open GlennM opened 4 years ago
@jk1z Thanks for your review! I left some comments on it.
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
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.