A place for your releases

Good software deserves a place to land.

Publish files and release notes together. Give every version a page, every download a stable link, and your users a simple way to install what you ship.

THE RELEASE BED01 / ∞
Your project
A little more grown with every release.
v0.8.0A good beginning
v0.9.0Finding its feet
v1.0.0Ready for the world
FILES / NOTES / INSTALLERS

The whole idea

From build to someone’s hands.

01

Push a release

Upload your build from the CLI. Add notes for the people who use it.

02

Give it a home

Each version gets a public page with its files, notes, and download links.

03

Keep shipping

Point people to /latest or a pinned version. They’ll find the right release.

Begin at the command line

Install once. Ship often.

Install rls on macOS, Linux, or Windows, then sign in and publish from your project directory.

Create your account
terminalrls

INSTALL THE CLI

$ curl -fsSL 'https://release.garden/projects/release-garden/latest/install.sh' | sh
PS> irm 'https://release.garden/projects/release-garden/latest/install.ps1' | iex

THEN GET STARTED

$ rls login
$ rls project create "My Project"
$ rls push --version 1.0.0 app.tar.gz
PS> rls login
PS> rls project create "My Project"
PS> rls push --version 1.0.0 app.zip