Skip to content

Commit

Permalink
Update releases.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelCurrin committed May 24, 2024
1 parent 7aab37d commit f6e9a11
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cheatsheets/version-control/github/api/v3/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,7 @@ curl -L \
-H "X-GitHub-Api-Version: 2022-11-28" \
https://api.github.com/repos/golang/go/git/tags/ca64a37d9d925dec179e1142097dc9f135807656
```

But it does work if you use the `commits` URL and SHA.

- [https://api.github.com/repos/golang/go/commits/b0e3edab0e5439505f6ac79a9a96ab19478a065b](https://api.github.com/repos/golang/go/commits/b0e3edab0e5439505f6ac79a9a96ab19478a065b)

0 comments on commit f6e9a11

Please sign in to comment.