Skip to content

Commit

Permalink
Fix typo in RELEASE.md (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
kosak authored Aug 10, 2023
1 parent 7471198 commit 701403f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 701403f

Please sign in to comment.