Files
ProxLB/misc/02-create-changelog.sh
gyptazy 86c9134b10 fix
2025-03-02 12:19:23 +01:00

4 lines
198 B
Bash

#!/usr/bin/env bash
git clone https://github.com/gyptazy/changelog-fragments-creator.git
./changelog-fragments-creator/changelog-creator -f .changelogs/ -o CHANGELOG.md
echo "Created changelog file"