Commit Graph

2 Commits

Author SHA1 Message Date
copilot-swe-agent[bot]
c615526142 ci: Address code review feedback
- Fix grammatical error in Chinese text (release-info.md)
- Use jq for reliable JSON parsing instead of grep with Perl regex
- Improve error handling with clearer warning messages

Co-authored-by: sj817 <74231782+sj817@users.noreply.github.com>
2025-11-07 02:37:55 +00:00
copilot-swe-agent[bot]
7105571ed7 ci: Improve release workflow with automated changelog and OneKey packages
- Created .github/release-template/release-info.md with fixed release information
- Created script/generate-changelog.sh to generate changelog from latest 10 commits (excluding release commits)
- Modified .github/workflows/release.yml to:
  - Download NapCat.Shell.Windows.OneKey.zip and NapCat.Framework.Windows.OneKey.zip from latest release
  - Generate release notes by combining fixed template with automated changelog
  - Upload OneKey packages along with other build artifacts

Co-authored-by: sj817 <74231782+sj817@users.noreply.github.com>
2025-11-07 02:35:24 +00:00