A desktop application built with electron to act as an in-game companion app for the game Elite Dangerous. It provides live data on your in-game activities, integrates with a Discord bot to provide chat alerts for important in-game events and uploads data to EDDN to feed the data that powers a plethora of other apps.
- Create a Github Personal Access Token and add it to your environment variables as
GH_TOKEN
- Commit your changes to a new branch and increment the version in
package.json
- Create a PR for your changes and merge once approved
- create a DRAFT release using the new version number from
package.json
prefixed with a 'v' as the tag and without the 'v' prefix as the title. e.g. if you are releasing 1.2.3 then the TAG should bev1.2.3
and the TITLE should be1.2.3
- Run
npm run release
which will upload the installers to your release - Once complete (and you've confirmed the installers are attached to the release) you can publish the draft release.