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
feat: Add GitHub Actions workflows for automated binary builds and releases
- Create reusable CI workflow (_ci.yml) with cross-platform builds for Linux, Windows, and macOS (including Apple Silicon)
- Add release workflow (_release.yml) with git-cliff integration for automated release notes
- Set up build triggers for main branch, PRs, and tagged releases
- Configure cargo-deny and cargo-machete for dependency validation
- Add git-cliff configuration (cliff.toml) for conventional commit changelog generation
- Remove legacy ci.yml to eliminate workflow conflicts
- Fix workspace binary building using --package instead of --bin
- Update to libwebkit2gtk-4.1-dev and extend artifact retention to 7 days
prompts:
- build a github action workflow to automatically build downloadable binaries for the dioxus and cli app, with automatic release notes from cliff. Make it as similar to https://github.com/rustworkshop/gitopolis/tree/main/.github as you can
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments