mirror of
https://github.com/LemmyNet/lemmy-js-client.git
synced 2024-11-01 01:59:55 +00:00
5b8ca6c4f7
* Adding git cliff, a RELEASES.md file, and a generate_changelog file. - Fixes #213 * Updating. * Changing RELEASES to CHANGELOG --------- Co-authored-by: SleeplessOne1917 <28871516+SleeplessOne1917@users.noreply.github.com>
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
|