From 2f8d776824068cf07c415fe83d1e15ec32f5abd7 Mon Sep 17 00:00:00 2001 From: Aakansha Doshi Date: Mon, 4 Jul 2022 20:50:39 +0530 Subject: [PATCH] Add warning emoji for note --- scripts/release.js | 2 +- src/packages/excalidraw/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/release.js b/scripts/release.js index 9f16931aa7..0fdd182714 100644 --- a/scripts/release.js +++ b/scripts/release.js @@ -13,7 +13,7 @@ const updateReadme = () => { const noteIndex = data.indexOf("#### Note"); const installlationIndex = data.indexOf("### Installation"); - // remove note for stable readme + // remove note for stable readme data = data.slice(0, noteIndex) + data.slice(installlationIndex); // update readme diff --git a/src/packages/excalidraw/README.md b/src/packages/excalidraw/README.md index 7ce2730117..e9f9c5a3f5 100644 --- a/src/packages/excalidraw/README.md +++ b/src/packages/excalidraw/README.md @@ -4,7 +4,7 @@ Excalidraw exported as a component to directly embed in your projects. #### Note -You are viewing the docs for the **next** release, in case you want to check the docs for the stable release, you can view it [here](https://www.npmjs.com/package/@excalidraw/excalidraw). +⚠️ ⚠️ ⚠️ You are viewing the docs for the **next** release, in case you want to check the docs for the stable release, you can view it [here](https://www.npmjs.com/package/@excalidraw/excalidraw). ### Installation