jk1z / gitlab-release-note-generator

A Gitlab release note generator
MIT License
97 stars 37 forks source link

Feature/add changelog link #16

Open GlennM opened 4 years ago

GlennM commented 4 years ago

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 commented 4 years ago

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

Vrtak-CZ commented 4 years ago

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