Skip to content

Commit

Permalink
docs: Explain how to update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bryankennedy committed May 31, 2019
1 parent 65235d3 commit 816436c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 816436c

Please sign in to comment.