Expand on releasing in README a bit

This commit is contained in:
Tomasz Rybarczyk 2020-02-29 16:48:02 +01:00
parent 2bbfc4d168
commit a6d6958c56

View File

@ -164,4 +164,10 @@ To run suite please:
### Releasing
Till we are hosted on the github platform let's just use github releasing model for tagging new versions and `github-release-notes` to generate CHANGELOG.md from it.
Till we are hosted on the github platform let's just use github releasing model for tagging new versions and `github-release-notes` to generate CHANGELOG.md from it:
```bash
$ # This only requires repo access
$ export GREN_GITHUB_TOKEN=...
$ github-release-notes changelog --override
```