# 发布 Releases

> CNB Releases 模块提供了版本发布管理的接口。

## 概述

Releases 模块用于创建和管理项目版本发布。

## 接口列表

### 发布相关接口

<table>
<thead>
  <tr>
    <th>
      接口
    </th>
    
    <th>
      方法
    </th>
    
    <th>
      描述
    </th>
  </tr>
</thead>

<tbody>
  <tr>
    <td>
      待补充
    </td>
    
    <td>
      -
    </td>
    
    <td>
      -
    </td>
  </tr>
</tbody>
</table>

## 使用示例

```bash
# 示例请求
curl -X GET "https://api.cnb.cool/releases" \
  -H "Authorization: Bearer YOUR_TOKEN"
```

## 注意事项

- 发布操作需要项目管理员权限
