We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is the GH API function I can't get to work even on public repos: https://docs.github.com/en/free-pro-team@latest/rest/releases/releases?apiVersion=2022-11-28#generate-release-notes-content-for-a-release
Here's sample GH CLI code hitting a public repo that isn't working:
gh api \ --method POST \ -H "Accept: application/vnd.github+json" \ -H "X-GitHub-Api-Version: 2022-11-28" \ /repos/pydanny/listo/releases/generate-notes \ -f tag_name='0.6.0' --verbose
The text was updated successfully, but these errors were encountered:
Being worked on by @iwootten.
Sorry, something went wrong.
Yep, raised a change relating to this in #11
No branches or pull requests
This is the GH API function I can't get to work even on public repos: https://docs.github.com/en/free-pro-team@latest/rest/releases/releases?apiVersion=2022-11-28#generate-release-notes-content-for-a-release
Here's sample GH CLI code hitting a public repo that isn't working:
The text was updated successfully, but these errors were encountered: