Hi, is there any documentation about how does CHANGELOG.md file is generated for GitLab releases?
I know there is bin/changelog
script inside the gitlab-ce repository, but as far I understand it only creates a new yaml record inside changelogs/unreleased
directory. How are they converted into nice Markup and copied to CHANGELOG.md?
I see there is a bot for it (https://gitlab.com/gitlab-release-tools-bot) with an automatic task (https://gitlab.com/gitlab-org/gitlab-ce/commit/b0dc4425dd1a4abac07413ed8290b7dc651914d1) but I can’t find any source for it.
I would be grateful if you will let me know how to do it on my own.
Best regards,
Marcin