mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-21 14:17:11 +00:00
7 lines
100 B
Bash
Executable file
7 lines
100 B
Bash
Executable file
#!/bin/sh
|
|
set -e
|
|
|
|
# Adding to CHANGELOG.md
|
|
git cliff --output CHANGELOG.md
|
|
prettier -w CHANGELOG.md
|