diff --git a/Release-Process.md b/Release-Process.md index 268ab33..86f67d9 100644 --- a/Release-Process.md +++ b/Release-Process.md @@ -59,7 +59,7 @@ git log --oneline latest_release...HEAD | \ Then sort the lines by feature, bug fix, performance etc. sections. You may find it helpful to look at the original issues of the PRs to see what they are about. -Commit and push the CHANGELOG to the release branch. +Commit the CHANGELOG to the release branch. ## Update docs