Calculate the best market opportunities in the game EVE online.
https://www.diagrameditor.com/
extra/eve-utils-diagram.drawio
Note: SQLite is used in the application
- Update the application version in the package.json file
- Create a new tag with the version number
git tag -a v*.*.* -m "*.*.*"
- Push the tag to the remote repository
git push --tags
Note: After this 3 steps the GitHub actions will do all the magic by itself