changelogen
brew install changelogen
v0.6.2
MIT
Generate Beautiful Changelogs using Conventional Commits
17
30-day installs · #7235
63
90-day · #6692
250
365-day · #6791
1.3k
★ GitHub stars · updated 2mo ago
Runtime dependencies
Links
- https://github.com/unjs/changelogen
- GitHub: unjs/changelogen
- Brew formula source: Formula/c/changelogen.rb
Raw metadata
{
"aliases": [],
"alternatives": [],
"build_dependencies": [],
"categories": [],
"caveats": null,
"conflicts_with": [],
"dependencies": [
"node"
],
"deprecated": 0,
"deprecation_reason": null,
"desc": "Generate Beautiful Changelogs using Conventional Commits",
"disable_reason": null,
"disabled": 0,
"enrichment_fetched_at": "2026-06-20T23:36:18+00:00",
"first_seen": "2026-06-20T23:34:18+00:00",
"full_name": "changelogen",
"github_default_branch": "main",
"github_last_commit_at": "2026-06-19T01:56:13Z",
"github_readme_excerpt": "# changelogen\n\n[![npm version][npm-version-src]][npm-version-href]\n[![npm downloads][npm-downloads-src]][npm-downloads-href]\n[![Codecov][codecov-src]][codecov-href]\n[![License][license-src]][license-href]\n\nGenerate Beautiful Changelogs using [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/)\n\n## Quick Start\n\nGenerate a changelog in Markdown format and display in the console:\n\n```sh\nnpx changelogen@latest\n```\n\nGenerate a changelog, bump the version in `package.json` and update `CHANGELOG.md` (without commit):\n\n```sh\nnpx changelogen@latest --bump\n```\n\nBump the version, update `CHANGELOG.md` and make a git commit and tag:\n\n```sh\nnpx changelogen@latest --release\n```\n\n## CLI Usage\n\n```sh\nnpx changelogen@latest [...args] [--dir \u003cdir\u003e]\n```\n\n**Arguments:**\n\n- `--from`: Start commit reference. When not provided, **latest git tag** will be used as default.\n- `--to`: End commit reference. When not provided, **latest commit in HEAD** will be used as default.\n- `--dir`: Path to git repository. When not provided, **current working directory** will be used as as default.\n- `--clean`: Determine if the working directory is clean and if it is not clean, exit.\n- `--output`: Changelog file name to create or update. Defaults to `CHANGELOG.md` and resolved relative to dir. Use `--no-output` to write to console only.\n- `--noAuthors`: Skip contributors section in changelog.\n- `--bump`: Determine semver change and update version in `package.json`.\n- `--release`. Bumps version in `package.json` and creates commit and git tags using local `git`. You can disable commit using `--no-commit` and tag using `--no-tag`. You can enable the automatic push of the new tag and release commit to your git repository by adding `--push`.\n- `--publish`. Publishes package as a new version on `npm`. You will need to set authorisation tokens separately via `.npmrc` or environment variables.\n- `--publishTag` Use custom npm tag for publishing (Default is `latest`)\n- `--nameSuffix`: Adds suffix ",
"github_repo": "unjs/changelogen",
"github_stars": 1252,
"github_topics": [],
"homepage": "https://github.com/unjs/changelogen",
"homepage_og_description": null,
"homepage_og_image": null,
"homepage_title": null,
"installs_30d": 17,
"installs_365d": 250,
"installs_90d": 63,
"keg_only": 0,
"keg_only_reason": null,
"last_seen": "2026-06-20T23:34:18+00:00",
"license": "MIT",
"llm_generated_at": null,
"llm_model": null,
"name": "changelogen",
"oldnames": [],
"one_liner": null,
"optional_dependencies": [],
"rank_30d": 7235,
"rank_365d": 6791,
"rank_90d": 6692,
"raw_hash": "60525ba9a5feea6a",
"recommended_dependencies": [],
"revision": 0,
"ruby_source_path": "Formula/c/changelogen.rb",
"tap": "homebrew/core",
"test_dependencies": [],
"uses_from_macos": [],
"version_head": null,
"version_stable": "0.6.2",
"versioned_formulae": [],
"why_use_this": null
}