mirror of
https://git.dotcircle.dev/dotcircle/changelog-generator.git
synced 2026-03-17 22:06:30 +01:00
changelog generator.
Changelog generator with yaml input and support for various output formats.
- TypeScript 72%
- JavaScript 24.8%
- Nix 3.2%
| .forgejo/workflows | ||
| docs | ||
| src | ||
| tests | ||
| .editorconfig | ||
| .envrc | ||
| .gitignore | ||
| .npmrc | ||
| .pre-commit-config.yaml | ||
| .pre-commit-hooks.yaml | ||
| CHANGELOG.yml | ||
| DEVELOPMENT.md | ||
| eslint.config.mjs | ||
| flake.lock | ||
| flake.nix | ||
| LICENSE | ||
| package.json | ||
| pnpm-lock.yaml | ||
| prettier.config.mjs | ||
| README.md | ||
| renovate.json | ||
| schema.json | ||
| tsconfig.json | ||
| vitest.config.ts | ||
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.