Document release process
This commit is contained in:
parent
d68444be9e
commit
fa5d3ae3a1
11
README.md
11
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 <your-new-version>`
|
||||
- Then `git push` and `git push --tags`
|
||||
- Deploy a new installer script `make release-installer`
|
||||
- Tell the world
|
||||
|
Reference in New Issue
Block a user