docs: add release process and update git workflow #39

Merged
xiaoxia merged 3 commits from chore/unify-ci-runners into develop 2026-06-27 00:51:02 +08:00
Owner

变更内容

  • 新增 docs/RELEASE-PROCESS.md 发布流程文档
  • 更新 docs/GIT-WORKFLOW.md 添加自动合并规则章节
  • 新增自动合并脚本 scripts/auto_merge_prs.sh
  • 新增 CI 失败检查脚本 scripts/ci_failure_check.sh
  • 新增 Gitea Actions workflow auto-merge.yml

变更类型

  • 文档更新
  • 新功能(自动化脚本)

测试情况

  • 代码审查通过

相关 Issue

额外说明

这是对 PR #18 (Remove workspace concept) 的后续文档补充,规范了发布流程。

## 变更内容 - 新增 `docs/RELEASE-PROCESS.md` 发布流程文档 - 更新 `docs/GIT-WORKFLOW.md` 添加自动合并规则章节 - 新增自动合并脚本 `scripts/auto_merge_prs.sh` - 新增 CI 失败检查脚本 `scripts/ci_failure_check.sh` - 新增 Gitea Actions workflow `auto-merge.yml` ## 变更类型 - [x] 文档更新 - [x] 新功能(自动化脚本) ## 测试情况 - [x] 代码审查通过 ## 相关 Issue 无 ## 额外说明 这是对 PR #18 (Remove workspace concept) 的后续文档补充,规范了发布流程。
xiaoxia added 3 commits 2026-06-27 00:44:16 +08:00
feat: add auto-merge scripts and CI failure notification
CI/CD Pipeline / Validate Code Quality And Tests (pull_request) Has been cancelled
CI/CD Pipeline / Frontend Lint (pull_request) Has been cancelled
d6a30bd4eb
- Auto merge script for PRs targeting develop/main
- CI failure check script
- Gitea Actions workflow for scheduled auto-merge
- Cron jobs for periodic execution
fix: update default APP_VERSION to 0.1.61
CI/CD Pipeline / Validate Code Quality And Tests (pull_request) Has been cancelled
CI/CD Pipeline / Frontend Lint (pull_request) Has been cancelled
c0f6c148a3
xiaoxia merged commit 34f6a6cde9 into develop 2026-06-27 00:51:02 +08:00
Sign in to join this conversation.