From a009e3ee5240cadbb34740a3a28bd2430fca6202 Mon Sep 17 00:00:00 2001 From: Abbey Yacoe Date: Mon, 18 Nov 2024 14:24:54 +0100 Subject: [PATCH] fix(README): remove reference to whatsnew script --- README.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/README.md b/README.md index 3fce13e09..f20c46a8e 100644 --- a/README.md +++ b/README.md @@ -98,18 +98,6 @@ pnpm write-showcases > You must have a `.env` file in the project with a key called `NOTION_API_SECRET` > for this script to work. -### Generate a what's new page for a release - -There is a little helper script that pulls the latest release from Github and -creates a new what's new page with the release notes as the new content. - -```sh -pnpm whatsnew -``` - -You might want to adjust the author and check the actual content before you push -the changes to Github. - ### Update React Flow and Svelte Flow dependencies There is a Github action that checks the latest React Flow and Svelte Flow versions