diff --git a/README.md b/README.md index 7df812a..1975706 100644 --- a/README.md +++ b/README.md @@ -50,8 +50,11 @@ The command-line interface is generated via [docopt](http://docopt.org/). If you Please remember to update the [CHANGELOG](./CHANGELOG.md) when you make a change. -To deploy a new version of the installer scripts: +## Release -```sh -make release-installer -``` +- Change the `x.x.x` header in [CHANGELOG.md](./CHANGELOG.md) to reflect new version and mark date +- Update versions in [installer/installer](./installer/installer) and [abra](./abra) +- `git commit` the above changes and then tag it with `git tag ` +- Then `git push` and `git push --tags` +- Deploy a new installer script `make release-installer` +- Tell the world