markitect-main/capabilities
tegwick 843f579305 feat: implement optimization #9 - release notes from CHANGELOG
Add release notes extraction from CHANGELOG for publishing:

- Create ChangelogParser class to extract version sections from CHANGELOG
- Support multiple output formats: markdown, plain text, HTML
- Add 'release notes VERSION' CLI command to extract notes
- Auto-detect latest version if not specified
- Support piping to gh/gitea release commands
- Save to file with --output option
- Plain text format removes markdown formatting
- HTML format converts markdown to HTML

This streamlines creating release notes for GitHub/Gitea releases
by extracting CHANGELOG content automatically.

Usage:
  release notes 0.10.0                    # Extract markdown notes
  release notes                           # Latest version
  release notes 0.10.0 --format plain    # Plain text
  release notes 0.10.0 -o notes.md       # Save to file
  release notes 0.10.0 | gh release create v0.10.0 -F -

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-06 21:49:09 +01:00
..
kaizen-agentic@afc038d98b chore: update kaizen-agentic submodule after rebase 2026-01-05 23:39:43 +01:00
markitect-content feat: implement modular capability system with automatic discovery 2025-11-09 01:29:15 +01:00
markitect-utils feat: implement modular capability system with automatic discovery 2025-11-09 01:29:15 +01:00
release-management feat: implement optimization #9 - release notes from CHANGELOG 2026-01-06 21:49:09 +01:00
testdrive-jsui@b8f13b4ae5 agent: improved capability integration 2025-12-17 19:38:06 +01:00
DETACHED-issue-facade.yaml chore: detach issue-facade capability for reorganization 2025-12-17 22:27:36 +01:00