inconshreveable / release

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

convox/release

Convox release management

See Releases.md for full release management guidelines.

Development

You will need a .env with AWS, Circle, Docker, Equinox and Slack keys.

$ make build

$ docker run --env-file=.env convox/release cli
$ docker run --env-file=.env convox/release kernel

Production

Cut a release of the CLI

$ convox run --app release release cli

Cut a release of the API

$ convox run --app release release kernel

Promote a release of the API to stable

$ convox run --app release release version -publish update $VERSION

License

Apache 2.0 © 2015 Convox, Inc.

About


Languages

Language:Go 69.1%Language:Shell 21.6%Language:Python 8.3%Language:Makefile 1.0%