Iris MCP Server

generate_release_note

Automates release note creation by analyzing Git tag differences, categorizing changes like bug fixes, new features, and breaking updates, and saving formatted Markdown output.

Instructions

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

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 from Iris MCP Server

Related Tools

ID: 5d0pdewk5y