Changelog

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

Audits

Pass

Install

openclaw skills install changelog

Changelog

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

Commands

CommandDescription
changelog runExecute main function
changelog listList all items
changelog add <item>Add new item
changelog statusShow current status
changelog export <format>Export data
changelog helpShow 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