lemmy-js-client/generate_changelog.sh

9 lines
159 B
Bash
Executable file

#!/bin/sh
set -e
# Creating the new tag
new_tag="$1"
# Prepending to the RELEASES.md
git cliff --tag "$new_tag" --output RELEASES.md
prettier -w RELEASES.md