electron / electron/update-electron-app
Update if only new version on same branch
Open
enhancement
- Dominant language
- TypeScript
- Stars
- 824
- Forks
- 145
- Avg merge
- 9h 22m
- Merged PRs (30d)
- 3
Description
I have 3 branches in my project:
- `master`: release versions are 0.3.*
- `beta`: release versions are 0.2.*
- `stable`: release versions are 0.1.*
For example, if the user downloads the version 0.2.1, and that there's a new version 0.3.5, I don't want to show the updater. However, if there's a new version 0.2.2, I want to show the updater.
Is this achievable?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.