You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: add GitHub Actions release workflow + document release process
Workflow triggers on tag v*.*.* — builds launcher.exe via cross-compilation
(ubuntu-latest + mingw-w64), packages it with config.toml into
launcher-vX.Y.Z.zip and publishes a GitHub Release with auto changelog.
README and CLAUDE.md updated with the full release process.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Le workflow `.github/workflows/release.yml` se déclenche sur un tag `v*.*.*` et produit automatiquement un zip `launcher-vX.Y.Z.zip` (contient `launcher.exe` + `config.toml`) publié en release GitHub.
110
+
111
+
### Processus de release
112
+
113
+
```bash
114
+
# 1. Bumper version dans Cargo.toml → version = "0.2.0"
0 commit comments