Files
ProxLB/packaging/02_changelog_only.sh
2024-07-07 16:46:48 +02:00

5 lines
197 B
Bash
Executable File

#!/bin/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"