This commit is contained in:
cupcakearmy 2021-05-15 16:49:05 +02:00
parent 0434d3dc55
commit 6e5cb4ef4f
No known key found for this signature in database
GPG Key ID: D28129AE5654D9D9
1 changed files with 3 additions and 3 deletions

View File

@ -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.