# Examples

## With Jira ID

Branch:

```text
feature/ABC-5690-user-center-sync
```

Output:

```text
feat: ABC-5690 用户中心模块数据联调
```

## Lowercase ticket in branch

Branch:

```text
fix/abc-6021-order-status
```

Output:

```text
fix: abc-6021 修复订单状态映射错误
```

## No ticket in branch

Branch:

```text
chore/update-readme
```

Output:

```text
docs: 更新项目接入说明
```

## Version-like branch should be ignored

Branch:

```text
release/1.3.0
```

Output:

```text
docs: 更新发版说明
```
