From 4b5f2e1bb7a74bcaca14f01d0267f0480bdd286d Mon Sep 17 00:00:00 2001 From: Roberto Bruggemann Date: Fri, 8 Dec 2017 12:12:36 +0000 Subject: [PATCH] Updated Release Process (markdown) --- Release-Process.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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