Releases: inab/github-metadata-api
Releases · inab/github-metadata-api
v1.0.2
Changes introduced in this release:
- The Pull Request endpoint (POST
/metadata/pull
) now requires the target branch of the pull request as a parameter. - When using the Pull Request endpoint (POST
/metadata/pull
), the API will now create a new branch by cloning the target branch, add the content provided in themetadata
parameter, and automatically generate a pull request to merge the changes into the target branch specified in the original request.