From 7e0ef23bc1f98db66d966ed22146510632cbfa68 Mon Sep 17 00:00:00 2001 From: Manav Rathi Date: Wed, 8 May 2024 11:20:28 +0530 Subject: [PATCH] yarn lint-fix --- desktop/docs/release.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/desktop/docs/release.md b/desktop/docs/release.md index 1b67e38331..a062d7d407 100644 --- a/desktop/docs/release.md +++ b/desktop/docs/release.md @@ -23,7 +23,8 @@ The workflow for making such "rc" builds is: 1. Update `package.json` in the source repo to use version `1.x.x-rc`. Create a new draft release in the release repo with title `1.x.x-rc`. In the tag - input enter `v1.x.x-rc` and select the option to "create a new tag on publish". + input enter `v1.x.x-rc` and select the option to "create a new tag on + publish". 2. Push code to the `desktop/rc` branch in the source repo.