changelog generator. Changelog generator with yaml input and support for various output formats.
  • TypeScript 72%
  • JavaScript 24.8%
  • Nix 3.2%
Find a file
2026-03-15 14:08:36 +01:00
.forgejo/workflows fix: ci 2026-03-15 14:08:36 +01:00
docs chore: cleanup 2026-03-15 01:16:15 +01: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 feat: migrate docs to astro starlight 2026-03-14 23:49:02 +01:00
.npmrc fix: ci 2026-03-15 14:08:36 +01:00
.pre-commit-config.yaml feat: migrate docs to astro starlight 2026-03-14 23:49:02 +01:00
.pre-commit-hooks.yaml feat: update pre-commit hook to use js 2026-03-12 01:05:47 +01:00
CHANGELOG.yml feat: add v2 changelog 2026-03-15 11:22:03 +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: migrate docs to astro starlight 2026-03-14 23:49:02 +01:00
LICENSE new: dev: generalizing and simplifying the generator 2020-11-08 21:40:08 +01:00
package.json fix: handle release tags 2026-03-15 12:10:48 +01:00
pnpm-lock.yaml feat: migrate docs to astro starlight 2026-03-14 23:49:02 +01:00
prettier.config.mjs fix: ci 2026-03-15 11:18:07 +01:00
README.md chore: cleanup 2026-03-15 01:16:15 +01: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 feat: restructure typescript 2026-03-12 00:55:31 +01: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/index.md or the documentation site.