Releases API Preview
This summer we made it easier to release your software. Today, you can fully automate those releases via the Releases API Preview. ✨⚡🚀 You can even upload binaries in a…
This summer we made it easier to release your software. Today, you can fully automate those releases via the
Releases API Preview.
You can even upload binaries in a single step:
curl -H "Authorization: token <yours>"
-H "Accept: application/vnd.github.manifold-preview"
-H "Content-Type: application/zip"
--data-binary @build/mac/package.zip
"https://uploads.github.com/repos/hubot/singularity/releases/123/assets?name=1.0.0-mac.zip"
Check out the full API docs for details, and go build something!
Written by
Related posts
Inside the research: How GitHub Copilot impacts the nature of work for open source maintainers
An interview with economic researchers analyzing the causal effect of GitHub Copilot on how open source maintainers work.
OpenAI’s latest o1 model now available in GitHub Copilot and GitHub Models
The December 17 release of OpenAI’s o1 model is now available in GitHub Copilot and GitHub Models, bringing advanced coding capabilities to your workflows.
Announcing 150M developers and a new free tier for GitHub Copilot in VS Code
Come and join 150M developers on GitHub that can now code with Copilot for free in VS Code.