sh4hids / shahid.pro-comments

MIT License
0 stars 0 forks source link

blog/2023/02/20/release-electron-app-to-github-using-semantic-release-and-electron-builder/ #3

Open utterances-bot opened 7 months ago

utterances-bot commented 7 months ago

Release Electron App To GitHub Using Semantic Release And Electron Builder | Shahidul Islam Majumder

I have been working on a personal desktop project (Deskaide) for about one year and finished some basic features recently. So I decided to…

https://shahid.pro/blog/2023/02/20/release-electron-app-to-github-using-semantic-release-and-electron-builder/

trezy commented 7 months ago

This article is great! I've set up and got most of the workflow running. The only issue I'm running into is that the version isn't actually incrementing. We get the draft release published, but the git tag doesn't get created. Are you handling that part manually?

sh4hids commented 1 month ago

@trezy Really sorry for the very late reply. I haven't check the comments for a long time.

I am not pushing the tags manually. If you check here and here, it's actually done by Semantic Release. You can find a complete working workflow here.

Hope it helps. Thanks for the comment :+1:

trezy commented 1 month ago

@sh4hids No worries at all! I was eventually able to get it working eventually and ended up setting a template repo for it. 😁 https://github.com/trezy-studios/electron-steam-app-template