Skip to content

Consider replacing the changelog generator with GitHub's release notes generatorΒ #197

@elia

Description

@elia

It would be a simple API call, using the same token as before, and the contents can be reused for both the changelog and the release.

curl -X POST \
  -H "Accept: application/vnd.github+json" \
  -H "Authorization: Bearer $CHANGELOG_GITHUB_TOKEN"\
  -H "X-GitHub-Api-Version: 2022-11-28" \
  https://api.github.com/repos/solidusio/solidus_paypal_braintree/releases/generate-notes \
  -d '{"previous_tag_name":"v1.1.1","tag_name":"v1.1.0","target_commitish":"main"}'

cc @waiting-for-dev

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions