Skip to content
Snippets Groups Projects
Commit 56bfdfe0 authored by Yen-Chen Chen's avatar Yen-Chen Chen Committed by Pradipta Samanta
Browse files

Set changelog search util current commit (!49)

## What is the new feature
Make a changelog API that searches for changelogs until the target commit. This way, we can manage 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.

Merged-by: default avatarPradipta Samanta <samanta@dkrz.de>
Changelog: other
parent bf3e9ea4
No related branches found
No related tags found
Loading
Checking pipeline status
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment