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

Get auto-generate notes working #8

Open
pydanny opened this issue Sep 24, 2023 · 2 comments
Open

Get auto-generate notes working #8

pydanny opened this issue Sep 24, 2023 · 2 comments

Comments

@pydanny
Copy link
Owner

pydanny commented Sep 24, 2023

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
@pydanny
Copy link
Owner Author

pydanny commented Sep 25, 2023

Being worked on by @iwootten.

@iwootten
Copy link
Contributor

iwootten commented Sep 25, 2023

Being worked on by @iwootten.

Yep, raised a change relating to this in #11

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

2 participants