mirror of
https://github.com/cheveguerra/whatsapp-web.js.git
synced 2026-04-17 19:26:20 +00:00
add script to get change log
This commit is contained in:
4
tools/changelog.sh
Executable file
4
tools/changelog.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
LAST_TAG=$(git describe --tags --abbrev=0)
|
||||
git log --pretty="%h - %s" "$LAST_TAG"..HEAD
|
||||
Reference in New Issue
Block a user