Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
elia opened this issue Dec 12, 2022 · 0 comments

Comments

@elia
Copy link
Member

elia commented Dec 12, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant