Make release and documentation more sane.

OK, I think I have this nailed now.
This commit is contained in:
Luke Murphy
2017-10-04 18:43:21 +02:00
parent 9969dd3410
commit 5eba2a45b7
3 changed files with 6 additions and 21 deletions

View File

@ -17,16 +17,7 @@ Please see [CONTRIBUTING.md] for the juicy details.
# Make A New Release
Our production site is contained in the [proddist folder]. You'll need to make
sure you have the latest changes by running:
```bash
$ make proddist
```
If you see any unstaged changes, please verify them with someone and push them
to the upstream master remote. Make sure the latest pipeline is passing and tag
HEAD with:
Firstly, you'll need to tag and push the latest HEAD with:
```bash
$ git tag -a <YOUR-VERSION-NUMBER> $(git rev-parse HEAD)
@ -38,9 +29,3 @@ Then make a release with:
```bash
$ make release
```
This pushes the contents of the [proddist folder] to the production
branch which will get picked up by our production instance of
the site.
[proddist folder]: https://gitlab.com/autonomic-cooperative/autonomic-cooperative.gitlab.io/tree/master/proddist