From d57320987b68d22f77e13d1369ef34ed12a8b25b Mon Sep 17 00:00:00 2001 From: Gregor Martynus Date: Thu, 6 Oct 2022 11:33:30 -0700 Subject: [PATCH] docs(MAINTAINING): typo addresses https://github.com/octokit/octokit.js/pull/2322#discussion_r987310256 --- MAINTAINING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINING.md b/MAINTAINING.md index d533815822..1d8d1175d6 100644 --- a/MAINTAINING.md +++ b/MAINTAINING.md @@ -51,7 +51,7 @@ name: Release ### 1. Create a branch for the maintenance version -Find the latest version that was released on the maintenance version. For example, if the current version is 3.1, and you want to release maintenance versions for 2.x, then find the latest 2.x version. Say that's 2.10.9. In that example, create a tag based on this tag +Find the latest version that was released on the maintenance version. For example, if the current version is 3.1, and you want to release maintenance versions for 2.x, then find the latest 2.x version. Say that's 2.10.9. In that example, create a branch based on this tag ``` git checkout -b 2.x v2.10.9