Get changelog via API

,

Hello,

the POST endpoint for creating a changelog is great :+1:

What I would like to do is, to create a release via CI/CD and include the changelog for this release into the release notes description. For this purpose it would be useful to have a GET equivalent to the above endpoint, that just gives back what it would write into a changelog file.

Is this somehow already possible or are there any plans for something like this?

Thanks!

fin swimmer

1 Like

Answering to myself :slight_smile:

Such a GET endpoint was introduced in GitLab 14.6 :tada: The Link in the OP already points to the documentation.

What I’m missing a branch argument, to get the Changelog based on changes in a given branch. This branch argument exists for POST but not for GET yet.

fin swimmer