added the changelog command

This commit is contained in:
2026-02-26 19:06:41 +01:00
parent 2973430c00
commit 5190291b30
10 changed files with 560 additions and 5 deletions

View File

@@ -45,3 +45,8 @@ Or you can generate a static build with:
```sh
wiki-maker --path ./example/ build -o ./dist/
```
You can generate and update a changelog page based on git history with:
```sh
wiki-maker --path ./example/ changelog gen-from-git
```