Skip to content

Add automatic release through workflow#1175

Merged
1Blademaster merged 3 commits intomainfrom
1160-task-be-able-to-release-through-automatically
Apr 21, 2026
Merged

Add automatic release through workflow#1175
1Blademaster merged 3 commits intomainfrom
1160-task-be-able-to-release-through-automatically

Conversation

@1Blademaster
Copy link
Copy Markdown
Member

No description provided.

Copilot AI review requested due to automatic review settings April 21, 2026 19:16
@1Blademaster 1Blademaster linked an issue Apr 21, 2026 that may be closed by this pull request
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a tag-triggered GitHub Actions workflow to automatically build and upload desktop installer artifacts, and updates build configuration/docs to match the new release process.

Changes:

  • Introduces a new Desktop Release GitHub Actions workflow triggered by v* tags to build Windows/macOS installers and upload them to a draft GitHub Release.
  • Updates electron-builder artifact naming (notably macOS/Linux) to include architecture in filenames.
  • Documents the automated desktop release process in the development guide.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 7 comments.

File Description
gcs/electron-builder.json5 Adjusts artifact naming/output config to align with multi-arch release uploads.
docs/DEVELOPMENT_GUIDE.md Documents tag-based automated desktop releases and expected artifact names.
.github/workflows/desktop_release.yml New CI workflow to authorize, create a draft release, build installers per OS/arch, and upload assets.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .github/workflows/desktop_release.yml Outdated
Comment thread .github/workflows/desktop_release.yml Outdated
Comment thread .github/workflows/desktop_release.yml
Comment thread .github/workflows/desktop_release.yml
Comment thread docs/DEVELOPMENT_GUIDE.md Outdated
Comment thread .github/workflows/desktop_release.yml Outdated
Comment thread .github/workflows/desktop_release.yml
@1Blademaster 1Blademaster merged commit 261278c into main Apr 21, 2026
1 check passed
@1Blademaster 1Blademaster deleted the 1160-task-be-able-to-release-through-automatically branch April 21, 2026 19:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[TASK] Be able to release through automatically

2 participants