From 6dc4039dedf34dc102ca5d39c9006e5e477fe1af Mon Sep 17 00:00:00 2001 From: Florent Date: Tue, 15 Oct 2024 17:56:20 +0200 Subject: [PATCH] apply prettier --- doc/contributing/releases.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/contributing/releases.md b/doc/contributing/releases.md index 22accc049f..ae4412c955 100644 --- a/doc/contributing/releases.md +++ b/doc/contributing/releases.md @@ -111,8 +111,8 @@ The RxPlayer has several types of releases: Before publishing an official RxPlayer releases, a list of steps should be performed by its maintainers. -First, checkout the branch `legacy-v3` (as I assume you want to produce a `v3` release, -if not, you're on the wrong base branch here). +First, checkout the branch `legacy-v3` (as I assume you want to produce a `v3` release, if +not, you're on the wrong base branch here). -Then, the following steps are mostly automatized by the `releases:official` script, -which may be run by calling `npm run releases:official`. +Then, the following steps are mostly automatized by the `releases:official` script, which +may be run by calling `npm run releases:official`.