Risk Olson

@technoweenie

Posts by this author

An illustration of two octocats repairing a robot.

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…

An illustration of two octocats repairing a robot.

Release Your Software

Today, we’re excited to announce Releases, a workflow for shipping software to end users. Releases are first-class objects with changelogs and binary assets that present a full project history beyond…

An illustration of two octocats repairing a robot.

Issue attachments

They say a picture is worth a thousand words. Reducing words is one of our top priorities at GitHub HQ, so we’re releasing image attachments for issues today. Update: Oh,…

An illustration of two octocats repairing a robot.

Notifications API

Now that the dust has settled around Notifications and Stars, we’ve unleashed all that ✨ in a brand new API. You can now view and mark notifications as read. The…

An illustration of two octocats repairing a robot.

Watcher API Changes

We recently changed the Watcher behavior on GitHub. What used to be known as “Watching” is now “Starring”. Starring is basically a way to bookmark interesting repositories. Watching is a…

An illustration of two octocats repairing a robot.

Nodeload Metrics

Nodeload 2 has been rocking since August, so I thought I’d give a quick report of its performance. Nodeload is the system responsible for dynamically building and delivering your Git…

An illustration of two octocats repairing a robot.

Git.io: GitHub URL Shortener

Do you have a GitHub URL you’d like to shorten? Use Git.io! $ curl -i https://git.io -F “url=https://github.com/…” HTTP/1.1 201 Created Location: https://git.io/abc123 $ curl -i https://git.io/abc123 HTTP/1.1 302 Found…