changelog generator. Changelog generator with yaml input and support for various output formats.
  • TypeScript 71.9%
  • JavaScript 24.7%
  • Nix 3.4%
Find a file
2026-05-19 22:47:43 +02:00
.forgejo/workflows fix: audit fixes 2026-05-16 21:44:58 +02:00
dist feat: add single file executable 2026-05-19 22:47:43 +02:00
docs feat: add docs site deployment 2026-03-31 00:37:03 +02:00
src feat: v2.0.0-rc.1 2026-03-15 11:44:45 +01:00
tests fix: ci 2026-03-15 11:18:07 +01:00
.editorconfig chore: update editorconfig 2026-03-12 01:07:15 +01:00
.envrc fix: npm audit fixes, dependency updates 2025-05-16 23:04:31 +02:00
.gitignore fix: pre-commit: add dist directory 2026-05-16 21:40:46 +02:00
.npmrc feat: v2.0.0-rc.1 2026-03-15 11:44:45 +01:00
.pre-commit-config.yaml fix: ci 2026-03-15 15:00:38 +01:00
.pre-commit-hooks.yaml chore: bump version for pre-commit 2026-05-16 22:25:35 +02:00
CHANGELOG.yml feat: release 2.0.0 2026-03-24 21:43:52 +01:00
DEVELOPMENT.md feat: migrate ci and tests 2026-03-15 00:58:54 +01:00
eslint.config.mjs chore: cleanup 2026-03-15 01:16:15 +01:00
flake.lock chore: nix dependency updates 2026-03-15 02:04:58 +01:00
flake.nix feat: add docs site deployment 2026-03-31 00:37:03 +02:00
LICENSE new: dev: generalizing and simplifying the generator 2020-11-08 21:40:08 +01:00
package.json feat: add single file executable 2026-05-19 22:47:43 +02:00
pnpm-lock.yaml feat: add single file executable 2026-05-19 22:47:43 +02:00
prettier.config.mjs fix: ci 2026-03-15 11:18:07 +01:00
README.md feat: add docs site deployment 2026-03-31 00:37:03 +02:00
renovate.json feat: add renovate 2026-03-14 23:42:48 +01:00
schema.json chg: dev: typescript export 2024-12-16 00:11:28 +01:00
tsconfig.json fix: pnpm build 2026-05-16 21:53:43 +02:00
vitest.config.ts chg: dev: typescript export 2024-12-16 00:11:28 +01:00

Changelog Generator

This repo provides a changelog generator as cli utility and typescript / javascript library.

It generates changelogs in various formats with as input a clearly defined yaml file.

Currently the supported output changelogs are markdown rpm changelogs and debian changelogs.

The full documentation can be found in docs or the documentation site.