Go to file
chacha 64a994de20 Merge pull request 'dev' (#12) from dev into master
Reviewed-on: #12
new-tag:2.2.4
2023-11-06 16:17:28 +01:00
.settings fix quality warnings 2023-03-26 20:34:45 +01:00
docs-static fix all typing warnings and maximize typing coverage 2023-03-26 20:21:22 +01:00
helpers_proxy chore: switch from local helpers to chacha_cicd_helper 2023-09-29 23:01:09 +01:00
src/pychangelogfactory chore: remove useless data dir 2023-09-30 00:19:15 +01:00
test fix all typing warnings and maximize typing coverage 2023-03-26 20:21:22 +01:00
.gitignore fix 2023-03-26 20:25:28 +01:00
.project first source commit 2023-03-21 01:08:47 +00:00
.pydevproject update launch scripts 2023-03-25 19:47:06 +00:00
Dockerfile initial template commit 2023-03-20 23:37:20 +00:00
Jenkinsfile update from last project template 2023-11-06 15:11:39 +00:00
LICENSE.md initial template commit 2023-03-20 23:37:20 +00:00
README.md fix ChangeLog => Changelog everywhere 2023-03-26 02:25:08 +01:00
RUN_complexity.launch chore: switch from local helpers to chacha_cicd_helper 2023-09-29 23:01:09 +01:00
RUN_mkdocs.launch chore: switch from local helpers to chacha_cicd_helper 2023-09-29 23:01:09 +01:00
RUN_quality.launch split quality & types .launch scripts 2023-11-06 15:11:01 +00:00
RUN_types.launch split quality & types .launch scripts 2023-11-06 15:11:01 +00:00
RUN_unittest.launch chore: switch from local helpers to chacha_cicd_helper 2023-09-29 23:01:09 +01:00
mkdocs.yml fix: switch to pypi version of chacha-cicd-helper 2023-09-29 23:51:03 +01:00
pyproject.toml update from last project template 2023-11-06 15:11:39 +00:00

README.md

pyChangelogFactory

A simple changelog formater that consume raw changes list text and produce nice pre-formated changelogs. The input data mainly aim to be a merged commit report.

Checkout Latest Documentation.