diff --git a/doc/git-workflow/git_workflow.md b/doc/git-workflow/git_workflow.md index cf7d781f7..eee41b0e1 100644 --- a/doc/git-workflow/git_workflow.md +++ b/doc/git-workflow/git_workflow.md @@ -84,7 +84,10 @@ Once you have had enough people review it, you are confident in the code you hav 12. Run applicable test again on the merged code. ### Add changes to release Draft -Go to [releases](https://github.com/RI-SE/Maestro/releases) and add your pull request to the current release draft. If the change warrants it increase the version numer. +Go to [releases](https://github.com/RI-SE/Maestro/releases) and add your pull request to the current release draft. Also remember to add the change to the changelog.md file in Maestro/Maestro-Tools. + +If the change warrants it increase the version numer. + #