From 3fad0e59cbeab7d4fd93e41a6e5dff48bac3500c Mon Sep 17 00:00:00 2001 From: TP Honey Date: Thu, 19 Aug 2021 14:37:34 +0100 Subject: [PATCH] update readme to include extra step for release --- .github/readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/readme.md b/.github/readme.md index d9a59a66..28a34596 100644 --- a/.github/readme.md +++ b/.github/readme.md @@ -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 --future-release v1.0.0 ``` -Create your pull request for the release. Get it merged then tag the release. \ No newline at end of file +Create your pull request for the release. Get it merged then tag the release.