From 701403f89369901391ef34982fb90540f464aa06 Mon Sep 17 00:00:00 2001 From: Corey Kosak Date: Wed, 9 Aug 2023 22:23:30 -0400 Subject: [PATCH] Fix typo in RELEASE.md (#135) --- RELEASE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index a47337a0..75d7f73b 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -39,7 +39,7 @@ Ensure you are up-to-date with `upstream/main`, or at the commit that you want t If you are unsure what commit to start from, please ask. Most of the time, the main branch will be referencing a `-SNAPSHOT` version, and we'll want to update this to a non-snapshot version. Please double-check you are on the version you expect to be releasing. -The releases have so far proceeded with branches named `releave/vX.Y.Z`, where `X.Y.Z` is the version number (this isn't a technical requirement), please replace `X.Y.Z` with the appropriate version. +The releases have so far proceeded with branches named `release/vX.Y.Z`, where `X.Y.Z` is the version number (this isn't a technical requirement), please replace `X.Y.Z` with the appropriate version. ```shell $ git fetch upstream