Skip to content
Snippets Groups Projects
Commit 169143ef authored by Yen-Chen Chen's avatar Yen-Chen Chen Committed by Mikael Stellio
Browse files

Enable Changelog automation for non-latest commits (!117)

## What is the new feature
Make changelog API to search for changelogs until the target commit. This way we can mange the versions more easily.
## How is it implemented
In the GitLab [Changelog API](https://docs.gitlab.com/api/repositories/#generate-changelog-data

), the default `from` attribute is the last tag, which is exactly what we wanted. The default `to` attribute is the latest commit at the default branch. We change it to the target commit where we create the tag.

Approved-by: default avatarMikael Stellio <mikael.stellio@c2sm.ethz.ch>
Merged-by: default avatarMikael Stellio <mikael.stellio@c2sm.ethz.ch>
Changelog: other
parent 02329904
No related branches found
No related tags found
1 merge request!117Enable Changelog automation for non-latest commits
Pipeline #101653 passed