From ef091b58f0e98c490d525ed53b4460fbbf61f44b Mon Sep 17 00:00:00 2001 From: Michiel Devriese Date: Fri, 8 Sep 2023 12:32:32 +0200 Subject: [PATCH] Reintroduce step 6 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9503448ac..f5caa4935 100644 --- a/README.md +++ b/README.md @@ -108,6 +108,7 @@ $ PORT=3001 yarn start 4. Once the pull request has the needed amount of approvals, merge it into the `next-release` branch. 5. Github Actions will create a tag + release +6. In your `console`, pull the `next-release` branch. 7. `Publish` to `npm` using the `npm publish --access=public` command. 8. `Merge` the `next-release` branch into `master` and push to Github