Files
escrcpy/.github/workflows/release.yml
viarotel 7ad5ecd116 feat: 💥[Release-As: 2.0.0] major copilot overhaul with AutoGLM and multi-device automation
- Introduce natural language device control powered by AutoGLM
- Support single-device and multi-device batch execution
- Add conversational device control mode with real-time task status
- Support scheduled automation via cron expressions
- Add batch deletion for devices and tasks
- Introduce subscription system and configurable API keys
- Deep AutoGLM integration with streaming output and unified batch control
- Improve device control automation and interaction experience
- Refactor IPC, process management, and project architecture
- Upgrade scrcpy to v3.3.4
- Comprehensive UI/UX redesign and performance optimizations
2026-01-05 18:38:05 +08:00

20 lines
382 B
YAML

name: release
on:
push:
branches:
- main
permissions:
contents: write
pull-requests: write
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: googleapis/release-please-action@v4
with:
token: ${{ secrets.GH_TOKEN }}
config-file: .release-please-config.json
manifest-file: .release-please-manifest.json