mirror of
https://github.com/gyptazy/ProxLB.git
synced 2026-04-05 20:31:57 +02:00
5 lines
197 B
Bash
Executable File
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"
|