[PR #694] docs: add changegen to tooling list #4059

Open
opened 2026-04-24 16:38:34 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/conventional-commits/conventionalcommits.org/pull/694
Author: @bbs-company
Created: 4/18/2026
Status: 🔄 Open

Base: masterHead: add-changegen-tool


📝 Commits (1)

  • ef51ace docs: add changegen to tooling list

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 content/next/index.md (+1 -0)

📄 Description

What

Adds changegen to the tooling section of the specification.

Why

changegen is a zero-dependency Node.js CLI for generating formatted changelogs from git history using the Conventional Commits specification. It supports:

  • Multiple output formats (Markdown, terminal display)
  • Scoped ranges via --from / --to flags
  • Ready-to-use GitHub Action for CI/CD

It fills a niche for teams that want a simple, npx-ready changelog generator without pulling in a larger toolchain.

Entry added

* [changegen](https://github.com/creativengine-ai/changegen): A zero-dependency Node.js CLI for generating formatted changelogs from git history using Conventional Commits. Supports multiple output formats and includes a ready-to-use GitHub Action.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/conventional-commits/conventionalcommits.org/pull/694 **Author:** [@bbs-company](https://github.com/bbs-company) **Created:** 4/18/2026 **Status:** 🔄 Open **Base:** `master` ← **Head:** `add-changegen-tool` --- ### 📝 Commits (1) - [`ef51ace`](https://github.com/conventional-commits/conventionalcommits.org/commit/ef51ace5fb7a4ada2b02492227df6f40d6cdacc2) docs: add changegen to tooling list ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `content/next/index.md` (+1 -0) </details> ### 📄 Description ## What Adds [changegen](https://github.com/creativengine-ai/changegen) to the tooling section of the specification. ## Why changegen is a zero-dependency Node.js CLI for generating formatted changelogs from git history using the Conventional Commits specification. It supports: - Multiple output formats (Markdown, terminal display) - Scoped ranges via `--from` / `--to` flags - Ready-to-use GitHub Action for CI/CD It fills a niche for teams that want a simple, `npx`-ready changelog generator without pulling in a larger toolchain. ## Entry added ``` * [changegen](https://github.com/creativengine-ai/changegen): A zero-dependency Node.js CLI for generating formatted changelogs from git history using Conventional Commits. Supports multiple output formats and includes a ready-to-use GitHub Action. ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-24 16:38:34 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/conventionalcommits.org#4059