Skip to content

Releases: inab/github-metadata-api

Release list

v1.0.2

Choose a tag to compare

@EvaMart EvaMart released this 24 Oct 13:33

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 the metadata parameter, and automatically generate a pull request to merge the changes into the target branch specified in the original request.