Add config file param to repository changelog api
What does this MR do and why?
Add config_file
param to repository changelog api, specify the changelog config file path in repository, default to .gitlab/changelog_config.yml
Background
We JH want to add JH only changelog file under jh/
folder with customized changelog config template. Now, the repository changelog api POST /projects/:id/repository/changelog
only support file path to commit changes, not support changelog config file path(must be .gitlab/changelog_config.yml
, outside jh/
folder).
/cc @daveliu
Edited by Linjie Zhang