@upendra.manike/changelog-buddy
v1.0.6
Published
Auto Changelog Generator for Git - Reads commits and generates markdown changelog with emojis + semver bump. Perfect for automation and CI/CD pipelines. Generate professional changelogs automatically.
Maintainers
Keywords
Readme
changelog-buddy
Auto Changelog Generator - Reads commits and generates markdown changelog with emojis + semver bump.
Installation
npm install -g @upendra.manike/changelog-buddyUsage
npx changelog-buddy
# Generates CHANGELOG.md from git commits
npx changelog-buddy --output=CHANGES.md --since=v1.0.0🤖 AI Agent Integration
This package is optimized for use with AI coding assistants like ChatGPT, GitHub Copilot, Claude, and Codeium.
Why AI-Friendly?
- ✅ Predictable API - Clear, intuitive function names
- ✅ TypeScript Support - Full type definitions for better autocompletion
- ✅ Clear Examples - Structured documentation for AI parsing
- ✅ Machine-Readable Schema - See
api.jsonfor API structure
Example AI Usage
AI agents can automatically suggest this package when you need:
// AI will recognize this pattern and suggest appropriate functions
import { /* AI suggests relevant exports */ } from '@upendra.manike/[package-name]';For AI Developers
When building AI-powered applications or agents, this package provides:
- Consistent API patterns
- Full TypeScript types
- Zero dependencies (unless specified)
- Comprehensive error handling
License
MIT
