From 796ad24f372cdca168bc6cbd5be8643da3ebc668 Mon Sep 17 00:00:00 2001 From: Nadav Har'El Date: Tue, 11 Aug 2020 12:53:50 +0300 Subject: [PATCH] docs: correct typo in maintainers.md maintainers.md contains a very helpful explanation of how to backport Seastar fixes to old branches of Scylla, but has a tiny typo, which this patch corrects. Signed-off-by: Nadav Har'El Message-Id: <20200811095350.77146-1-nyh@scylladb.com> --- docs/maintainer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/maintainer.md b/docs/maintainer.md index f21898a8cf..290d748147 100644 --- a/docs/maintainer.md +++ b/docs/maintainer.md @@ -205,6 +205,6 @@ After this is done, backporting seastar patches can proceed: 7. Use `cd ..` to return to scylla.git. 8. Use `git submodule summary seastar` to create a change log. 9. Commit using `git commit seastar`, populate change log from - step 7. + step 8. 10. Publish using `git push`.