Expand release docs
This commit is contained in:
parent
1d1329b77e
commit
3a40d27778
19
README.md
19
README.md
@ -59,16 +59,23 @@ 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.
|
Please remember to update the [CHANGELOG](./CHANGELOG.md) when you make a change.
|
||||||
|
|
||||||
## Release
|
## Releasing
|
||||||
|
|
||||||
|
### `abra`
|
||||||
|
|
||||||
- Change the `x.x.x` header in [CHANGELOG.md](./CHANGELOG.md) to reflect new version and mark date
|
- Change the `x.x.x` header in [CHANGELOG.md](./CHANGELOG.md) to reflect new version and mark date
|
||||||
- Update versions in [deploy/install.abra.autonomic.zone/installer](./deploy/install.abra.autonomic.zone/installer) and [abra](./abra)
|
- Update the version in [abra](./abra)
|
||||||
- `git commit` the above changes and then tag it with `git tag <your-new-version>`
|
- `git commit` the above changes and then tag it with `git tag <your-new-version>`
|
||||||
- Then `git push` and `git push --tags`
|
- Follow the [release steps](#install-abra-autonomic-zone) as well
|
||||||
- Deploy a new installer script `make release-installer`
|
- Finally, `git push` and `git push --tags`
|
||||||
- Tell the world
|
- Tell the world (CoTech forum, Matrix public channel, Autonomic mastodon, etc.)
|
||||||
|
|
||||||
## Other releases
|
### install.abra.autonomic.zone
|
||||||
|
|
||||||
|
> [install.abra.autonomic.zone](https://install.abra.autonomic.zone)
|
||||||
|
|
||||||
|
- Update the version in [deploy/install.abra.autonomic.zone/installer](./deploy/install.abra.autonomic.zone/installer)
|
||||||
|
- Deploy a new installer script `make release-installer`
|
||||||
|
|
||||||
### abra-apps.autonomic.zone
|
### abra-apps.autonomic.zone
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user