diff --git a/.versionrc b/.versionrc new file mode 100644 index 0000000..97f8df9 --- /dev/null +++ b/.versionrc @@ -0,0 +1,60 @@ +{ + "header": "# CHANGELOG", + "preMajor": true, + "types": [ + { + "type": "feat", + "section": "✨ Features" + }, + { + "type": "fix", + "section": "🐛 Bug Fixes" + }, + { + "type": "init", + "section": "🎉 Init" + }, + { + "type": "docs", + "section": "✏️ Documentation" + }, + { + "type": "style", + "section": "💄 Styles" + }, + { + "type": "refactor", + "section": "♻️ Code Refactoring" + }, + { + "type": "perf", + "section": "⚡ Performance Improvements" + }, + { + "type": "test", + "section": "✅ Tests" + }, + { + "type": "revert", + "section": "⏪ Revert" + }, + { + "type": "build", + "section": "📦‍ Build System" + }, + { + "type": "chore", + "section": "🚀 Chore" + }, + { + "type": "ci", + "section": "👷 Continuous Integration | CI" + } + ], + "bumpFiles": [ + { + "filename": "VERSION_TRACKER", + "type": "plain-text" + } + ] +} diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..68ec60d --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,28 @@ +# CHANGELOG +## 0.1.0 (2025-06-11) + + +### 👷 Continuous Integration | CI + +* 启用Gitea Actions的调试输出 ([74f4a70](https://nest.doylee.cn/Dao-OS/dao-os-docs/commit/74f4a7057c1a2e6d620a5d9ae87240860baba3a3)) +* **文档部署:** 添加依赖安装步骤并优化部署流程 ([bd5b776](https://nest.doylee.cn/Dao-OS/dao-os-docs/commit/bd5b77636800770aee76649574df53dcbaceb0eb)) +* **文档部署:** 优化文档部署工作流,使用cp替代rsync ([a99aa69](https://nest.doylee.cn/Dao-OS/dao-os-docs/commit/a99aa694fbd9173033caf7fc4fc6ef2d642a4604)) +* **文档部署:** 优化文档构建和部署流程 ([0e56e68](https://nest.doylee.cn/Dao-OS/dao-os-docs/commit/0e56e688538ebf5ed37611fc58e4b604fdb7cd77)) +* **文档部署:** 优化文档构建和部署流程 ([ebde0a1](https://nest.doylee.cn/Dao-OS/dao-os-docs/commit/ebde0a1a3495551fd25aca14309526db56878143)) +* **文档部署:** 优化文档构建和部署流程 ([0d08f24](https://nest.doylee.cn/Dao-OS/dao-os-docs/commit/0d08f245d547d091b5c1a78d57aab3458fe2267b)) +* **文档部署:** 优化文档构建和部署流程 ([16e2fd1](https://nest.doylee.cn/Dao-OS/dao-os-docs/commit/16e2fd147a7be713c87bbd492840f67b184b5e93)) +* **文档部署:** 在文档构建流程中添加 Rust 工具链安装步骤 ([783b797](https://nest.doylee.cn/Dao-OS/dao-os-docs/commit/783b797d83e38695dddcb29440c597c22f0f42c1)) +* **文档:** 添加多语言文档构建配置 ([951e28f](https://nest.doylee.cn/Dao-OS/dao-os-docs/commit/951e28f27c3489f8bcb25b853202eccd784f1cba)) +* **文档:** 添加构建和部署文档的Gitea工作流 ([c2140e6](https://nest.doylee.cn/Dao-OS/dao-os-docs/commit/c2140e6912769dceb2720caf7bd2caac0011e330)) +* **docs:** 简化文档构建和部署流程 ([56631be](https://nest.doylee.cn/Dao-OS/dao-os-docs/commit/56631beef1415d4090d4f26779152f2b7bc7c92f)) + + +### ✏️ Documentation + +* 初始化项目文档和贡献者指南 ([a5a0195](https://nest.doylee.cn/Dao-OS/dao-os-docs/commit/a5a01950402c9dc29e1e9bf0bec43f5cac5358e3)) +* 更新哲学原则和AI系统架构文档 ([fb84e0f](https://nest.doylee.cn/Dao-OS/dao-os-docs/commit/fb84e0f7fa6e7356de1a2df18d2dd327181e69eb)) +* 修复中英文文档相互链接的路径错误 ([3c53bf9](https://nest.doylee.cn/Dao-OS/dao-os-docs/commit/3c53bf98a663b7f14286810448dde2fc1172f299)) +* 移除中英文SUMMARY.md中的互链条目 ([40aecf8](https://nest.doylee.cn/Dao-OS/dao-os-docs/commit/40aecf8ef5d260d32124bc8a4bb740d72a43454b)) +* 移除SUMMARY.md中的多余分隔线 ([2a39510](https://nest.doylee.cn/Dao-OS/dao-os-docs/commit/2a39510f12167813ab15ed9baf3bd438d895cc1a)) +* 在SUMMARY.md中添加中英文互链 ([d08b44c](https://nest.doylee.cn/Dao-OS/dao-os-docs/commit/d08b44cb9e3882a6d351d99f0117d202003f3b79)) +* 注释掉SUMMARY.md中的部分链接 ([3a62d08](https://nest.doylee.cn/Dao-OS/dao-os-docs/commit/3a62d08f69c6a107c61c67b0dfcf1f6b09ac6701)) diff --git a/VERSION_TRACKER b/VERSION_TRACKER new file mode 100644 index 0000000..6c6aa7c --- /dev/null +++ b/VERSION_TRACKER @@ -0,0 +1 @@ +0.1.0 \ No newline at end of file