This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
git [2017/04/28 12:11] – [Pull] admin | git [2021/01/19 22:58] (current) – [Git Changelog] admin | ||
---|---|---|---|
Line 106: | Line 106: | ||
fi | fi | ||
' --tag-name-filter cat -- --branches --tags | ' --tag-name-filter cat -- --branches --tags | ||
+ | </ | ||
+ | |||
+ | ====== Git Changelog ====== | ||
+ | |||
+ | Generate a simple changelog of all commits between latest 2 tags. | ||
+ | |||
+ | <code bash> | ||
+ | # | ||
+ | |||
+ | TAGS=($(git tag --sort=-version: | ||
+ | git log --pretty=format:" | ||
</ | </ | ||