From 18ec75c5688c8e5fd2ca76bb07c0fbf10b4c1294 Mon Sep 17 00:00:00 2001 From: Guangming Wang Date: Mon, 30 Sep 2019 22:55:19 +0800 Subject: [PATCH] remove repeated line in checklist Signed-off-by: Guangming Wang --- docs/release_checklist.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/release_checklist.md b/docs/release_checklist.md index 0d877fc66..66ff6bab8 100644 --- a/docs/release_checklist.md +++ b/docs/release_checklist.md @@ -128,7 +128,6 @@ release: git log --oneline # cherry-pick the commits starting from the oldest one, without including merge commits git cherry-pick -x -git cherry-pick -x ``` This new branch is going to be the base for the release, which we are going to