🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

Changelog Release Manager

by @sky-lv

Generates changelogs from git commit history using conventional commits. Triggers: generate changelog, release notes, changelog.

Versionv1.0.0
Downloads277
Installs1
TERMINAL
clawhub install changelog-release-manager

πŸ“– About This Skill


name: skylv-changelog-generator slug: changelog-release-manager version: 1.0.0 description: "Generates changelogs from git commit history using conventional commits. Triggers: generate changelog, release notes, changelog." author: SKY-lv license: MIT tags: [automation, tools] keywords: [automation, tools] triggers: changelog-generator

Changelog Generator

Overview

Generates professional changelogs from git history.

When to Use

  • User asks to "generate a changelog"
  • Preparing for a new version release
  • Commit Types

    feat: new feature fix: bug fix docs: documentation refactor: code change perf: performance test: tests chore: maintenance

    Output Format

    [1.2.0] - 2024-01-15

    Features

  • Add OAuth2 authentication
  • Bug Fixes

  • Fix memory leak in handler
  • Breaking Changes

  • Rename user.id to user.userId
  • Tip

    Use conventional commits: feat:, fix:, docs:

    ⚑ When to Use

    TriggerAction
    - Preparing for a new version release