← 返回
未分类 中文

Releasenotes

Generate release notes from git commit history using Conventional Commits convention. Categorizes commits into Features, Bug Fixes, Performance, Refactoring,...
使用 Conventional Commits 规范从 Git 提交历史生成发布说明,将提交分类为功能、错误修复、性能、重构等。
rogue-agent1 rogue-agent1 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 372
下载
💾 0
安装
1
版本
#latest

概述

releasenotes 📋

Generate categorized release notes from git log.

Commands

# Generate from all commits
python3 scripts/releasenotes.py --path /path/to/repo

# Date range
python3 scripts/releasenotes.py --since 2026-03-01 --until 2026-03-27

# With version label
python3 scripts/releasenotes.py --version v2.0.0 --since v1.0.0

# Output to file
python3 scripts/releasenotes.py -o CHANGELOG.md --version v1.0.0

Categories (Conventional Commits)

  • ✨ Features (feat:)
  • 🐛 Bug Fixes (fix:)
  • ⚡ Performance (perf:)
  • ♻️ Refactoring (refactor:)
  • 📚 Documentation (docs:)
  • 🧪 Tests (test:)
  • 📦 Build (build:)
  • 🔧 CI/CD (ci:)
  • 💥 Breaking Changes (feat!: or fix!:)
  • 📝 Other (non-conventional commits)

Each entry includes commit hash and author.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 05:20 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

it-ops-security

Web Monitor

rogue-agent1
监控网页内容变化,获取提醒。追踪URL,检测更新,查看差异。适用于被要求监视网站或跟踪页面变化的场景。
★ 3 📥 4,843
dev-programming

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 79 📥 182,726
dev-programming

Mcporter

steipete
使用 mcporter CLI 直接列出、配置、认证及调用 MCP 服务器/工具(支持 HTTP 或 stdio),涵盖临时服务器、配置编辑及 CLI/类型生成功能。
★ 197 📥 68,083