mirror of
https://github.com/cheveguerra/whatsapp-web.js.git
synced 2026-04-18 03:29:14 +00:00
4 lines
98 B
Bash
Executable File
4 lines
98 B
Bash
Executable File
#!/bin/sh
|
|
|
|
LAST_TAG=$(git describe --tags --abbrev=0)
|
|
git log --pretty="%h - %s" "$LAST_TAG"..HEAD |