update readme to include extra step for release

This commit is contained in:
TP Honey 2021-08-19 14:37:34 +01:00 committed by GitHub
parent eb93bb362d
commit 3fad0e59cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
.github/readme.md vendored
View file

@ -64,10 +64,12 @@ You can generate a token by logging into your GitHub account and going to Settin
Next we tag the PR's with the fixes or enhancements labels. If the PR does not fufil the requirements, do not add a label.
** Before moving on make sure to update the version file `version/version.go`. **
Run the changelog generator again with the future version according to semver.
```BASH
docker run -it --rm -v "$(pwd)":/usr/local/src/your-app githubchangeloggenerator/github-changelog-generator -u drone -p drone -t <secret token> --future-release v1.0.0
```
Create your pull request for the release. Get it merged then tag the release.
Create your pull request for the release. Get it merged then tag the release.