create_release_note
Create a release note by specifying version, title, and Markdown body, with optional tags and status. Requires an API token to submit.
Instructions
新しいリリースノートを作成します。APIトークンが必要です。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | タグ(配列形式) | |
| title | Yes | リリースノートのタイトル(最大200文字) | |
| status | No | ステータス(デフォルト: draft) | |
| body_md | Yes | リリースノート本文(Markdown形式) | |
| version | Yes | バージョン番号(セマンティックバージョニング形式。例: 1.0.0) |