From 816436c41edd2b2a88311af9678738f92c41f557 Mon Sep 17 00:00:00 2001 From: bkennedy Date: Fri, 31 May 2019 11:45:41 -0500 Subject: [PATCH] docs: Explain how to update changelog --- docs/development.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/development.md b/docs/development.md index 07f29f1d..38522abc 100644 --- a/docs/development.md +++ b/docs/development.md @@ -66,7 +66,14 @@ Enter a descriptive title for the release following this template: Don't worry about entering a description for the draft release at this stage. Don't Publish, yet. Click **Save Draft**. + ## Update CHANGELOG +Update the Changelog with your commits and issues since the last version release. +`export CHANGELOG_GITHUB_TOKEN="###"; github_changelog_generator --future-release 4.5.23` + +Where ### is your own Github user token. + +Commit these changes and push them to the trunk branch. ## Publish release to Github In the description field enter more details about the release with a link to release's section in the [CHANGELOG.md](https://github.com/scimusmn/stele/blob/master/CHANGELOG.md).