feat: CI/CD infrastructure — nightly builds, platform configs, release automation#26
Merged
0xmrpeter merged 1 commit intoOpen-ACP:developfrom Apr 7, 2026
Merged
Conversation
…e automation - Fix Windows MSI build: WiX version encoding YY.M.(DD*100+N) - Platform-specific Tauri configs (macOS dmg, Windows nsis, Linux deb+appimage) - Nightly build channel: cron Mon-Fri 2AM GMT+7, commit gate, separate app identity - Release-drafter for automated release notes from PR labels - Cargo release profile: fat LTO, size opt, strip symbols - macOS code signing prep (opt-in via APPLE_* secrets) - Auto-updater with signing key and toast notification UI - Tauri backend restructured into modular src/core/ architecture - Makefile, issue templates, PR template - README rewrite, CLAUDE.md moved to .claude/ - release.sh syncs version to both package.json and Cargo.toml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
YY.M.(DD*100+N)keeps all components within limitsset-channel.shAPPLE_*secrets)src/core/(sidecar, keychain, onboarding, filesystem)CLAUDE.mdmoved to.claude/release.shnow syncs version to bothpackage.jsonandCargo.tomlFiles changed
release.yml,nightly.yml,release-drafter.ymltauri.conf.json,tauri.{macos,windows,linux}.conf.jsonscripts/release.sh,scripts/set-channel.shMakefile,Cargo.toml(release profile).github/ISSUE_TEMPLATE/,pull_request_template.mdREADME.md,.claude/CLAUDE.mduse-app-updater.ts,update-notification.tsx, pubkey in configsrc-tauri/src/core/restructureTest plan
pnpm buildpassespnpm tauri devlaunches correctlymake release-dryshows correct version