Releasing the application to work with auto update is very simple.
- Increment the application version in
package.json
. - Push changes to master to trigger github actions to build the binaries.
- Ensure that
.yml
files aren't being left out in the artifacts. These are needed for auto-update to work correctly.
- Ensure that
- Create a github release with the tag being in the format
v[Version]
.- E.g if the version was
2.1.1
then the github tag would bev2.1.1
- E.g if the version was
- Add release notes
- Publish the release!