Loading...
Loading...
Compare original and translation side by side
<type>[optional scope][optional !]: <description>
[optional body]
[optional footer(s)]<type>[可选 scope][可选 !]: <描述>
[可选 正文]
[可选 页脚]| Type | Description |
|---|---|
| A new feature |
| A bug fix |
| Documentation only changes |
| Changes that do not affect the meaning of the code (white-space, formatting, etc.) |
| A code change that neither fixes a bug nor adds a feature |
| A code change that improves performance |
| Adding missing tests or correcting existing tests |
| Changes that affect the build system or external dependencies |
| Changes to CI configuration files and scripts |
| Other changes that don't modify src or test files |
| Reverts a previous commit |
| 类型 | 描述 |
|---|---|
| 新增功能 |
| 修复Bug |
| 仅修改文档 |
| 不影响代码含义的修改(如空白、格式调整等) |
| 既不是修复Bug也不是新增功能的代码变更 |
| 提升性能的代码变更 |
| 添加缺失测试或修正现有测试 |
| 影响构建系统或外部依赖的变更 |
| 修改CI配置文件或脚本 |
| 其他不修改源码或测试文件的变更 |
| 回滚之前的提交 |
git log --oneline -10feat(auth):fix(api):docs(readme):refactor(utils):style(button):test(login):git log --oneline -10feat(auth):fix(api):docs(readme):refactor(utils):style(button):test(login):!feat(api)!: change authentication endpointBREAKING CHANGE:!feat(api)!: change authentication endpointBREAKING CHANGE:feat: add user registration form
fix: resolve memory leak in event handler
docs: update installation instructionsfeat: add user registration form
fix: resolve memory leak in event handler
docs: update installation instructionsfeat(auth): implement OAuth2 login
fix(api): handle null response from server
refactor(utils): simplify date formatting logicfeat(auth): implement OAuth2 login
fix(api): handle null response from server
refactor(utils): simplify date formatting logicfeat(検索): 全文検索機能を追加
Elasticsearchを使用した全文検索機能を実装。
日本語形態素解析にはkuromojiを使用。feat(検索): 全文検索機能を追加
Elasticsearchを使用した全文検索機能を実装。
日本語形態素解析にはkuromojiを使用。feat(api)!: change response format to JSON:API
BREAKING CHANGE: API responses now follow JSON:API specification.
Clients need to update their response parsers.feat(api)!: change response format to JSON:API
BREAKING CHANGE: API responses now follow JSON:API specification.
Clients need to update their response parsers.bash /mnt/skills/user/conventional-commit/scripts/validate-commit.sh "feat: add new feature"bash /mnt/skills/user/conventional-commit/scripts/validate-commit.sh "feat: add new feature"git log --oneline -10!BREAKING CHANGE:git log --oneline -10!BREAKING CHANGE:.git/hooks/commit-msg#!/bin/bash
bash /mnt/skills/user/conventional-commit/scripts/validate-commit.sh "$(cat $1)" || exit 1.git/hooks/commit-msg#!/bin/bash
bash /mnt/skills/user/conventional-commit/scripts/validate-commit.sh "$(cat $1)" || exit 1