No description
Find a file
2024-05-20 19:57:46 +02:00
.gitea/workflows feat: remove drone 2024-05-20 19:43:48 +02:00
changelog_generator feat: v1.2.2 2024-05-20 16:50:07 +02:00
docs new: usr: typescript documentation 2022-07-18 00:10:23 +02:00
tests feat: migrate drone to gitea actions 2024-05-20 16:36:53 +02:00
typescript new: usr: add js / typescript package 2022-07-18 00:09:48 +02:00
.eslintrc new: usr: add js / typescript package 2022-07-18 00:09:48 +02:00
.gitignore new: usr: add js / typescript package 2022-07-18 00:09:48 +02:00
.npmrc new: usr: add js / typescript package 2022-07-18 00:09:48 +02:00
.pre-commit-config.yaml feat: re-enable changelog validator check 2024-05-20 19:57:46 +02:00
.pre-commit-hooks.yaml new: dev: generalizing and simplifying the generator 2020-11-08 21:40:08 +01:00
CHANGELOG.yml feat: v1.2.2 2024-05-20 16:50:07 +02:00
DEVELOPMENT.md fix: dev: fix packages 2020-11-09 01:23:53 +01:00
flake.lock feat: migrate drone to gitea actions 2024-05-20 16:36:53 +02:00
flake.nix feat: migrate drone to gitea actions 2024-05-20 16:36:53 +02:00
LICENSE new: dev: generalizing and simplifying the generator 2020-11-08 21:40:08 +01:00
mkdocs.yml new: dev: generalizing and simplifying the generator 2020-11-08 21:40:08 +01:00
package.json feat: v1.2.2 2024-05-20 16:50:07 +02:00
pnpm-lock.yaml feat: migrate drone to gitea actions 2024-05-20 16:36:53 +02:00
README.md new: usr: typescript documentation 2022-07-18 00:10:23 +02:00
requirements-dev.txt fix: dev: update nodesemver import 2023-02-27 00:13:38 +01:00
schema.json new: usr: add js / typescript package 2022-07-18 00:09:48 +02:00
setup.cfg feat: migrate drone to gitea actions 2024-05-20 16:36:53 +02:00
setup.py fix: dev: fix packages 2020-11-09 01:23:53 +01:00
tox.ini feat: migrate drone to gitea actions 2024-05-20 16:36:53 +02:00
tsconfig.json new: usr: add js / typescript package 2022-07-18 00:09:48 +02:00
vitest.config.ts new: usr: add js / typescript package 2022-07-18 00:09:48 +02:00

Changelog Generator

This package provides a changelog generator written in python and typescript.

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 MkDocs documentation site.