# changelogen を Homebrew, Nix でインストール

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
- **バージョン:** 0.6.2
- **ソース概要:** Generate Beautiful Changelogs using Conventional Commits
- **ホームページ:** <https://github.com/unjs/changelogen>
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- changelogen (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 0.6.2
## プロジェクトの歴史と使われ方

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
## 他のパッケージマネージャ記録

- 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


## 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
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
