diff --git a/README.md b/README.md index 1229aebec..9503448ac 100644 --- a/README.md +++ b/README.md @@ -107,11 +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. Publish a `release` on Github and fill in the following fields: - - **Tag version:** `new.version.number` @ `target: next-release` - - **Release title:** `new.version.number` - - **Description:** add the `changelog items` -6. In your `console`, pull the `next-release` branch. +5. Github Actions will create a tag + release 7. `Publish` to `npm` using the `npm publish --access=public` command. 8. `Merge` the `next-release` branch into `master` and push to Github