From 6e5cb4ef4f4f4de0c45fd3c6c1290ff600b55607 Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Sat, 15 May 2021 16:49:05 +0200 Subject: [PATCH] docs --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 95cfbc2..7bfbc40 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,6 @@ Alternatively you can run `yarn build` and the `yarn electron-builder -m` for `m ## 📦 Release 1. Bump version in `package.json` -2. Create a draft release with the new version. (e.g. tag with `v1.2.3`). -3. Push to master and github workflow will build and upload assets to the draft matching the version of `package.json` and draft. -4. When ready publish release. +2. Update `CHANGELOG.md` +3. Create a draft release with the new version. (e.g. tag with `v1.2.3`). +4. Push to `main` and github workflow will build and upload assets to the draft matching the version of `package.json` and draft.