SkillHub

changelog

v2.0.0

Changelog - command-line tool for everyday use Use when you need changelog.

Sourced from ClawHub, Authored by bytesagain4

Installation

Please help me install the skill `changelog` from SkillHub official store. npx skills add xueyetianya/changelog

Changelog

Changelog generator — commit parsing, version grouping, markdown output, conventional commits, breaking change detection, and templates.

Commands

Command Description
changelog run Execute main function
changelog list List all items
changelog add <item> Add new item
changelog status Show current status
changelog export <format> Export data
changelog help Show help

Usage

# Show help
changelog help

# Quick start
changelog run

Examples

# Run with defaults
changelog run

# Check status
changelog status

# Export results
changelog export json
  • Run changelog help for all commands
  • Data stored in ~/.local/share/changelog/

Powered by BytesAgain | bytesagain.com Feedback & Feature Requests: https://bytesagain.com/feedback

  • Run changelog help for all commands

When to Use

  • Quick changelog tasks from terminal
  • Automation pipelines