Skip to content

Commit eabe003

Browse files
authored
Merge pull request #6 from minitap-ai/fix/rename-release-to-changelog
fix: rename 'draft release' to 'draft changelog' in wording
2 parents 55ea44f + 4a0a5d9 commit eabe003

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.claude/skills/draft-release/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
name: draft-release
3-
description: Draft a release changelog by fetching diffs from all GitHub repos since their latest release and creating a Notion page. Triggers on "draft release", "draft changelog", "prepare release", "changelog".
2+
name: draft-changelog
3+
description: Draft a changelog by fetching diffs from all GitHub repos since their latest release and creating a Notion page. Triggers on "draft changelog", "changelog", "draft un changelog", "écris le changelog".
44
---
55

66
# Draft Release Changelog

container/agent-runner/src/ipc-mcp-stdio.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -576,10 +576,10 @@ server.tool(
576576
'fetch_release_diffs',
577577
`Fetch the differences between the latest release and main branch for all repos in the GitHub org.
578578
Returns a JSON object with commits and merged PRs per repo since their latest release.
579-
Use this to draft a release changelog. Main group only.
579+
Use this when the user asks to draft a changelog. Main group only.
580580
581581
After receiving the diffs, write a user-facing changelog and create it as a Notion page using the Notion MCP tools.
582-
See the "Release Changelog Drafting" section in CLAUDE.md for formatting instructions.`,
582+
See the "Changelog Drafting" section in CLAUDE.md for formatting instructions.`,
583583
{},
584584
async () => {
585585
if (!isMain) {

groups/main/CLAUDE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@ Keep messages clean and readable for WhatsApp.
7979

8080
---
8181

82-
## Release Changelog Drafting
82+
## Changelog Drafting
8383

84-
**IMPORTANT:** When the user mentions anything about drafting a release, changelog, or release notes (in any language: "draft une release", "draft release", "prepare release", "draft changelog", "release notes", etc.), you MUST:
84+
**IMPORTANT:** When the user mentions anything about drafting a changelog, writing a changelog, or preparing release notes (in any language: "draft un changelog", "draft changelog", "écris le changelog", "prepare le changelog", "changelog", "release notes", etc.), you MUST:
8585

8686
1. **Do NOT ask which repo or project.** The tool covers ALL repos automatically.
8787
2. **Do NOT try to use `gh` CLI or git commands.** You have a dedicated MCP tool for this.

0 commit comments

Comments
 (0)