Iris MCP Server

generate_release_note

タグ間の差分からリリースノートを生成します

Input Schema

NameRequiredDescriptionDefault
breakingNo破壊的変更の一覧(オプション)
bugfixesNoバグ修正の一覧(オプション)
endTagYes終了タグ
featuresNo新機能の一覧(オプション)
improvementsNo改善項目の一覧(オプション)
startTagYes開始タグ
titleNoリリースノートのタイトル(オプション)

Input Schema (JSON Schema)

{ "properties": { "breaking": { "description": "破壊的変更の一覧(オプション)", "items": { "type": "string" }, "type": "array" }, "bugfixes": { "description": "バグ修正の一覧(オプション)", "items": { "type": "string" }, "type": "array" }, "endTag": { "description": "終了タグ", "type": "string" }, "features": { "description": "新機能の一覧(オプション)", "items": { "type": "string" }, "type": "array" }, "improvements": { "description": "改善項目の一覧(オプション)", "items": { "type": "string" }, "type": "array" }, "startTag": { "description": "開始タグ", "type": "string" }, "title": { "description": "リリースノートのタイトル(オプション)", "type": "string" } }, "required": [ "startTag", "endTag" ], "type": "object" }

You must be authenticated.

Other Tools