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
GitHub and JFrog partner to unify code and binaries for DevSecOps
This partnership between GitHub and JFrog enables developers to manage code and binaries more efficiently on two of the most widely used developer platforms in the world.
2024 GitHub Accelerator: Meet the 11 projects shaping open source AI
Announcing the second cohort, delivering value to projects, and driving a new frontier.
Introducing GitHub Copilot Extensions: Unlocking unlimited possibilities with our ecosystem of partners
The world of Copilot is getting bigger, improving the developer experience by keeping developers in the flow longer and allowing them to do more in natural language.