Skip to content

Make `from` optional in the changelog API

Yorick Peterse requested to merge changelog-from-optional into master

What does this MR do?

The from argument in the changelog generation API is now optional. When unspecified, GitLab will use the tag of the release that came before the new release. This means that most users never have to specify the from argument, making it easier to generate changelogs for a new version.

This fixes gitlab-com/gl-infra/delivery#1542 (closed).

Does this MR meet the acceptance criteria?

Conformity

Edited by Yorick Peterse

Merge request reports