From a6d6958c56a5d60b98df282d67d6718aa56f995c Mon Sep 17 00:00:00 2001 From: Tomasz Rybarczyk Date: Sat, 29 Feb 2020 16:48:02 +0100 Subject: [PATCH] Expand on releasing in README a bit --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 96f077a..b25418d 100644 --- a/README.md +++ b/README.md @@ -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 +```