# 使用 Homebrew, Nix 安装 changelogen

查看 changelogen 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:changelogen
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install changelogen
```

  证据: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#changelogen
```

  证据: nixpkgs package indexes: pkgs/by-name/ch/changelogen/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## 软件包事实

- **软件包键:** brew:changelogen
- **软件包管理器:** Homebrew
- **软件包管理器页面:** <https://formulae.brew.sh/formula/changelogen>
- **版本:** 0.6.2
- **来源摘要:** Generate Beautiful Changelogs using Conventional Commits
- **主页:** <https://github.com/unjs/changelogen>
- **仓库:** <https://github.com/unjs/changelogen>
- **许可证:** MIT
- **源码归档:** <https://registry.npmjs.org/changelogen/-/changelogen-0.6.2.tgz>
- **已生成:** 2026-08-04T22:13:35+00:00

## 可执行文件

- changelogen (cli)
- changelogen (别名)

## 依赖

- node

## 安装行为

- post-install 钩子: 未定义
- Bottle: 可用 于 all

## 版本和新鲜度

- 页面生成时间: 2026-08-04
- 管理器版本: 0.6.2
- 本地数据: OK
- 上游仓库: https://github.com/unjs/changelogen
- 信息: No package-manager update timestamp was available.
- 信息: No cached GitHub release or tag data was available.
## 项目历史与用法

changelogen is a UNJS release tool that generates Markdown changelogs from Conventional Commits. It can also bump package versions, update CHANGELOG.md, create git commits and tags, publish to npm, and sync GitHub releases.

### 项目历史

The npm package and GitHub repository were created in May 2022. The README centers the project on Conventional Commits and exposes the common npx changelogen@latest workflow.

GitHub releases show the v0.5 line beginning in 2023 and v0.6 releases in 2025. The npm registry records 0.6.2 in the queried release metadata.

### 采用历史

changelogen is distributed through npm and can be run directly with npx. The input package facts also identify Homebrew and Nix packaging, making it available both to JavaScript projects and to users who prefer system package managers.

### 使用方式

The README documents console changelog generation, --bump for package.json and CHANGELOG.md updates, --release for commit and tag creation, gh release for GitHub release synchronization, and --publish for npm publishing. Configuration is loaded through c12 from changelog.config files, .changelogrc, or the changelog field in package.json.

### 为什么软件包爱好者会关心

changelogen is package-nerd significant as a focused Conventional Commits automation tool from the UNJS ecosystem. It ties together semver bumping, changelog generation, npm publishing, GitHub release notes, c12 config loading, and package-manager distribution in one small CLI.

### 时间线

- 2022: npm package and GitHub repository created.
- 2023: v0.5.0 published on GitHub releases.
- 2025: v0.6.2 published and recorded in the npm registry.

### Related projects

- Conventional Commits provides the commit-message convention changelogen parses.
- unjs/c12 is the configuration loader documented by the README.
- GitHub CLI authentication can be used by changelogen gh release.

### 来源

- <https://github.com/unjs/changelogen#readme>
- <https://unjs.io/packages/changelogen>
- <https://github.com/unjs/changelogen/releases>
- <https://api.github.com/repos/unjs/changelogen>
- <https://registry.npmjs.org/changelogen>


## 安全说明

narrow executable package without higher-risk signals.

- **Geiger 风险:** 绿色 / 低
- narrow executable package without higher-risk signals


## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: ./changelog.config.json, ./changelog.config.ts, ./changelog.config.js, ./changelog.config.mjs, ./changelog.config.cjs, ./.changelogrc, ./package.json#changelog

## Credential files

- Unix: ./.env, ~/.changlogenrc
## 源数据库详情

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** changelogen
- **Version Scheme:** 0
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

## 其他软件包管理器记录

- Nix - changelogen: normalized package name match | nixpkgs package indexes: pkgs/by-name/ch/changelogen/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## 相关链接

- [Source-control packages](https://pkg.so/zh-hans/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/zh-hans/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/zh-hans/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/zh-hans/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [node](https://pkg.so/zh-hans/brew/node/) - Runtime dependency declared by Homebrew.
- [changie](https://pkg.so/zh-hans/brew/changie/) - Shares pkgdb curated category or tags: changelog, cli, developer-tools, release-automation, versioning.
- [cocogitto](https://pkg.so/zh-hans/brew/cocogitto/) - Shares pkgdb curated category or tags: changelog, cli, conventional-commits, developer-tools, release-automation.
- [release-it](https://pkg.so/zh-hans/brew/release-it/) - Shares pkgdb curated category or tags: cli, developer-tools, release-automation, versioning.
- [bump-my-version](https://pkg.so/zh-hans/brew/bump-my-version/) - Shares pkgdb curated category or tags: cli, developer-tools, release-automation, versioning.
- [fastlane](https://pkg.so/zh-hans/brew/fastlane/) - Shares pkgdb curated category or tags: cli, developer-tools, release-automation.
- [asc](https://pkg.so/zh-hans/brew/asc/) - Shares pkgdb curated category or tags: cli, developer-tools, release-automation.
- [jreleaser](https://pkg.so/zh-hans/brew/jreleaser/) - Shares pkgdb curated category or tags: cli, developer-tools, release-automation.
- [convco](https://pkg.so/zh-hans/brew/convco/) - Shares pkgdb curated category or tags: changelog, cli, conventional-commits, developer-tools, versioning.
- [changelogen](https://pkg.so/zh-hans/npm/changelogen/) - Same normalized package name appears in another local ecosystem. Shared terms: beautiful, changelogen, changelogs, cli, commits.
- [bumpp](https://pkg.so/zh-hans/brew/bumpp/) - Both packages touch the same language runtime or ecosystem. Shared terms: automation, cli, developer, developer-tools, node.
- [changelogen](https://pkg.so/zh-hans/npm/changelogen/) - Same normalized package name in another local ecosystem.

## Combined YAML source

View the package source record on GitHub. [combined/changelogen.yml](https://github.com/mxcl/pkgdb/blob/main/combined/changelogen.yml)


## 来源

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated configuration and credential file locations
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
