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