Batch 9: Obsidian插件/AI开源平替/Coze培训/TK面单/Ubuntu科学上网
- Sources: 5个新文档 - Concepts: ProxyChains, SOCKS5代理, Docker Daemon代理 - Index: 更新至 Batch 9 - 累计 sources: 108/182
This commit is contained in:
25
wiki/concepts/Conventional-Commits.md
Normal file
25
wiki/concepts/Conventional-Commits.md
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
title: "Conventional Commits"
|
||||
type: concept
|
||||
tags: [git, software-engineering, automation]
|
||||
date: 2026-04-16
|
||||
---
|
||||
|
||||
## Definition
|
||||
语义化提交格式规范:`<type>: <description>`,其中 type 包括 feat/fix/docs/style/refactor/test/chore 等,描述用祈使语气。
|
||||
|
||||
## Example
|
||||
```
|
||||
feat: add memory search integration
|
||||
fix: resolve cron timezone issue
|
||||
chore: update dependencies
|
||||
```
|
||||
|
||||
## Why It Matters
|
||||
- 自动化 CHANGELOG 生成
|
||||
- 语义化版本管理(semver)
|
||||
- 人类和机器均可解析提交历史
|
||||
|
||||
## Connections
|
||||
- [[Autonomous-Educational-Game-Development-Pipeline]]:使用 conventional commits 生成 CHANGELOG
|
||||
- [[GitOps]]:Git 提交历史作为系统状态的审计日志
|
||||
Reference in New Issue
Block a user