From 159aa2c28e6023eeebc6129b700d3d463db1a68c Mon Sep 17 00:00:00 2001 From: Michiel Devriese Date: Fri, 8 Sep 2023 12:33:19 +0200 Subject: [PATCH] Expand readme information about releases --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f5caa4935..68c73b4d1 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,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 +5. Github Actions will create a tag + release based on the `version` property in `package.json` 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