From 28b93a56d8849310cd86327f1424ba8c6e8dc269 Mon Sep 17 00:00:00 2001 From: Jordan Owens Date: Wed, 13 Jan 2021 10:34:04 -0500 Subject: [PATCH] Fix typo --- RELEASING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASING.md b/RELEASING.md index d08c4c3b..d020247d 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -8,7 +8,7 @@ have one rake task to cut a release. (Please refer to [Mustermann](https://github.com/sinatra/mustermann) if that also needs a release.) ### Releasing -For relesing new version of [`sinatra`, `sinatra-contrib`, `rack-protection`], this is the procedure: +For releasing new version of [`sinatra`, `sinatra-contrib`, `rack-protection`], this is the procedure: 1. Update `VERSION` file with target version 2. Run `bundle exec rake release:all`