forge
forge copied to clipboard
Publisher for GitLab
Preflight Checklist
- [x] I have read the contribution documentation for this project.
- [x] I agree to follow the code of conduct that this project follows, as appropriate.
- [x] I have searched the issue tracker for a feature request that matches the one I want to file, without success.
Problem Description
I would like to have an auto-updater on my app, and I'm using GitLab for versioning. I haven't found any feature or instructions for this kind of set-up.
Proposed Solution
Support for auto-updating using GitLab CI. And a demo on how to achieve it.
For autoupdating, you'll need to write something similar to update-electron-app. This is outside of the scope of Electron Forge.
For publishing, you'll need to write something similar to the GitHub or BitBucket publisher plugins. Adding such a plugin to the Electron Forge repository is very low on my list of priorities without some sort of sponsorship, but folks are free to write a third-party publisher plugin for GitLab.
Thank you for your help!
I'll leave the issue open in case you ever have the time and interest to write a plugin for GitLab.
+1