mateuszmigas / painting-droid

AI-powered cross-platform painting app inspired by the legendary MS Paint.
https://www.paintingdroid.com
GNU General Public License v3.0
116 stars 3 forks source link

Create a GitHub action for automatically releasing desktop versions #2

Closed mateuszmigas closed 5 months ago

mateuszmigas commented 5 months ago

Is your feature request related to a problem? Please describe. Currently, in order to release a new version, we need to manually update tauri.conf.json, push the changes, and then trigger GitHub action for the release.

Describe the solution you'd like The process should be automated. There should be a GitHub action that takes a variable (major/minor/patch) and update the tauri.conf.json accordingly, then trigger a release.

Describe alternatives you've considered N/A

Additional context N/A

mateuszmigas commented 5 months ago

Done: https://github.com/mateuszmigas/painting-droid/commit/f5102df8f0fb5c0f97cc7156c8c47112c9fcb413