Files
whatsapp-web.js/tools/changelog.sh
2021-11-24 10:07:27 -04:00

4 lines
98 B
Bash
Executable File

#!/bin/sh
LAST_TAG=$(git describe --tags --abbrev=0)
git log --pretty="%h - %s" "$LAST_TAG"..HEAD