generate changelog between two tags [ci skip]

This commit is contained in:
edoapra 2018-03-02 15:08:49 -08:00
parent 07160463bf
commit c5d928fff5
No known key found for this signature in database
GPG key ID: 79CA3F28FF1B91CE

View file

@ -0,0 +1,4 @@
#!/bin/bash -f
#git log v6.8...v6.8-release --oneline --reverse
#args are tag1 and tag2
git log $1...$2 --oneline --reverse