Skip to content

Commit

Permalink
docs(MAINTAINING): typo
Browse files Browse the repository at this point in the history
addresses #2322 (comment)
  • Loading branch information
gr2m committed Oct 6, 2022
1 parent a9a1a57 commit d573209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MAINTAINING.md
Expand Up @@ -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
Expand Down

0 comments on commit d573209

Please sign in to comment.