Skip to content

Add cross-platform release CI - #5

Merged
flandyw merged 1 commit into
masterfrom
ci/release-builds
Aug 31, 2026
Merged

Add cross-platform release CI#5
flandyw merged 1 commit into
masterfrom
ci/release-builds

Conversation

@flandyw

@flandyw flandyw commented Aug 31, 2026

Copy link
Copy Markdown
Owner

Adds an automated release workflow for the desktop app.

Behavior:

  • builds Windows x64, macOS, and Linux x64 release packages
  • uploads packaged builds as GitHub Actions artifacts
  • validates that a release tag such as v1.0.0 matches the version in pubspec.yaml
  • on v* tags, downloads all platform packages, generates SHA256SUMS.txt, and creates a GitHub Release with generated release notes
  • supports manual workflow runs that build artifacts without publishing a release
  • runs the cross-platform build matrix on this PR because the workflow file itself changed
  • fails packaging if an expected build bundle is missing

Release usage after merge:

  1. bump version: in pubspec.yaml
  2. merge the version change to master
  3. create/push the matching tag, e.g. v1.1.0
  4. Release CI builds all three platforms and publishes the GitHub Release automatically.

@coderabbitai

coderabbitai Bot commented Aug 31, 2026

Copy link
Copy Markdown

Warning

Review limit reached

Next included review available in 40 minutes.

View limit details

Limit details: You’ve used the included review currently available.

You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository.

Learn how review limits work.

Review configuration:

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: c524c2a7-e587-48fb-aa1b-740b21965061

📥 Commits

Reviewing files that changed from the base of the PR and between 76e5b70 and e1bff8a.

📒 Files selected for processing (1)
  • .github/workflows/release.yml

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@flandyw
flandyw merged commit 0627201 into master Aug 31, 2026
8 checks passed
@flandyw
flandyw deleted the ci/release-builds branch August 31, 2026 08:16
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.

1 participant