LLM Skills
~/catalogue/documentation technique//generate-changelog

Générer le journal des modifications

/generate-changelog

Générer le journal des modifications pour une nouvelle version

anthropicsanthropics
8.0k
11 mai 2026
// contenu du skill

allowed-tools: Edit, Bash(git add:), Bash(git commit:)

description: Generate changelog for a new release version


You are updating the changelog for the new release.

Update CHANGELOG.md to add a new section for the new version at the top of the file, right after the '# Changelog' heading.

Review the recent commits and merged pull requests since the last release to generate meaningful changelog content for the new version. Follow the existing format in CHANGELOG.md with sections like:

  • Breaking Changes (if any)
  • New Features
  • Bug Fixes
  • Documentation
  • Internal/Other changes

Include only the sections that are relevant based on the actual changes. Write clear, user-focused descriptions.

After updating CHANGELOG.md, commit the changes with the message "docs: update changelog for v{new_version}".

// source originale publique
anthropics/claude-agent-sdk-python
/.claude/commands/generate-changelog.md
Licence : Licence non indiquée. Consultez le dépôt avant toute réutilisation.
Projet indépendant, non affilié à Anthropic. Ce skill reste la propriété de son auteur original.
// installer ce skill
Collez cette commande dans votre terminal à la racine de votre projet :
mkdir -p .claude/commands && curl -o ".claude/commands/generate-changelog.md" "https://raw.githubusercontent.com/anthropics/claude-agent-sdk-python/main/.claude/commands/generate-changelog.md"
Ensuite dans Claude Code, tapez /generate-changelog pour l'activer.
open_in_newVoir la source originale
// sauvegarder
Sauvegarde disponible après connexion.
loginSe connecter pour sauvegarder
// informations
Créateuranthropics
Étoiles 8.0k
Mis à jour11 mai 2026
Format.md
AccèsGratuit
// similaires

Skills Documentation technique

Voir toutarrow_forward