# Examples

## With Jira ID

Branch:

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

Output:

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

## Lowercase ticket in branch

Branch:

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

Output:

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

## No ticket in branch

Branch:

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

Output:

```text
📝 更新项目接入说明
```

## English summary

Branch:

```text
feature/ABC-123-login-flow
```

Output:

```text
✨ ABC-123 add login flow
```

## Version-like branch should be ignored

Branch:

```text
release/1.3.0
```

Output:

```text
📝 update release notes
```
