21 KiB
CHANGELOG
🔖 0.0.5
📝 What's Changed
-
🐛 fix(docker_runner): validate act_runner binary arch (e5db752) by @csh
-
🔧 chore(runner): allow preset identity overrides via env (40fa747) by @csh
-
♻️ refactor(runner): simplify shell helpers and workflow scripts (ebd0f94) by @csh
-
🐛 fix(buildx_runner): verify multiarch with explicit platforms (8445c6a) by @csh
-
📝 docs(readme): align document navigation headings (d4fa498) by @csh
-
🐛 fix(stats): switch badges to self-hosted svg (1259495) by @csh
-
🎨 refine(stats): simplify summary and badge colors (6552f8b) by @csh
-
🎨 refine(stats): rebalance summary badge styling (550e226) by @csh
-
🔧 chore(stats): add emoji commit prefixes for generated updates (7782975) by @csh
-
♻️ refactor(ci): 重构为 Prepare 上游 + workflow_run 下游消费者模型
-
🐛 fix(ci): 补全 prepare.yml 缺失的 GIT_CONFIG_VALUE_1
GIT_CONFIG_COUNT=3 但 env 段漏写 GIT_CONFIG_KEY_1/VALUE_1,
credential helper 函数串被错放到 KEY_1,导致 git 报
missing config value GIT_CONFIG_VALUE_1 而无法 fetch。
(2dcf9f7) by @csh -
♻️ refactor(ci): 将 GIT_CONFIG 环境变量改为内联 -c 认证
-
🐛 fix(docker_runner): validate act_runner binary arch (e5db752) by @csh
-
🔧 chore(runner): allow preset identity overrides via env (40fa747) by @csh
-
♻️ refactor(runner): simplify shell helpers and workflow scripts (ebd0f94) by @csh
-
🐛 fix(buildx_runner): verify multiarch with explicit platforms (8445c6a) by @csh
-
📝 docs(readme): align document navigation headings (d4fa498) by @csh
-
🐛 fix(stats): switch badges to self-hosted svg (1259495) by @csh
-
🎨 refine(stats): simplify summary and badge colors (6552f8b) by @csh
-
🎨 refine(stats): rebalance summary badge styling (550e226) by @csh
-
🔧 chore(stats): add emoji commit prefixes for generated updates (7782975) by @csh
-
♻️ refactor(ci): 重构为 Prepare 上游 + workflow_run 下游消费者模型
-
🐛 fix(ci): 补全 prepare.yml 缺失的 GIT_CONFIG_VALUE_1
GIT_CONFIG_COUNT=3 但 env 段漏写 GIT_CONFIG_KEY_1/VALUE_1,
credential helper 函数串被错放到 KEY_1,导致 git 报
missing config value GIT_CONFIG_VALUE_1 而无法 fetch。
(2dcf9f7) by @csh -
♻️ refactor(ci): 将 GIT_CONFIG 环境变量改为内联 -c 认证
-
🐛 fix(ci): 修复贡献者列表未过滤 ci[bot] 的问题
grep 正则中 [bot] 被解析为字符类,导致 ^ci[bot]$ 无法匹配字面量。
改用 grep -vxF 按字面整行匹配过滤 bot 用户名。
(d6654b4) by @csh
👥 Contributors
🔖 0.0.4
📝 What's Changed
-
♻️ 重构代码和
docker-runner项目结构
✨ 支持docker部署archlinux,预装clang跨平台编译工具链
(39820e6) by @csh -
♻️ 重构代码和
docker-runner项目结构
✨ 支持docker部署archlinux,预装clang跨平台编译工具链
(39820e6) by @csh -
✨
gitea的runner参数化,可以通过docker-compose.yml进行配置
🐛 修复Dockerfile缺少系统包
(db75d0e) by @csh
👥 Contributors
🔖 0.0.3
📝 What's Changed
👥 Contributors
🔖 0.0.2
Released on 2025-11-02
📝 What's Changed
- 🎨 代码格式化 (
ec5785c) - 🐛 修复tag获取错误问题 (
84e2751) - 🐛 修复bug (
0bb627f) - ♻️ 重构
changelog_and_release(9cde246) - 🐛 修复日期 (
aaeed0d) - 🐛 修复
update_state_badge.yml自动生成的README日期错误 (f57e698) - 📝 更新
WORKFLOW说明 (2ac94af) - 🐛 help me (
d7a0c7a) - 🐛 继续修修 (
948bcfa) - 🐛 继续修复测试 (
23a7fb5) - 🐛 修
update_stats_badge.yml,还没跑起来 (b616573) - 🐛 修复
update_stats_badge.yml克隆bug (5b3629f) - 🐛 修复token配置错误 (
38e6c82) - 🐛 修复runs-on错误 (
376c1a2) - ✨ 新增:代码统计徽章 action:
update_stats_badge.yml(d5a7d55) - :demo: 文档更新 (
c0aef0f) - 📦 workflows的文件进行更名,并且调整后缀为
yml(a21adb9) - 🗑️ 移除发布Release时候自动上传CHANGELOG.md (
8971cbf)
🔖 0.0.1
📝 What's Changed
- 🗑️ 删除CHANGELOG,让工作流自动执行 (d50ee5d) by @csh
- 🔧 gitignore新增CHANGELOG.md (29cd19e) by @csh
- 🐛 修复生成的CHANGELOG格式不对
✨ 过滤commit新增Initial commit
🎨 代码格式化 (b651daf) by @csh - 🗑️ gitignore移除CHANGELOG.md,会导致工作流提交失败 (27f35a6) by @csh