UNPKG

184 Bapplication/x-shView Raw
1#!/bin/bash
2VER=$(git tag -l v[0-9].[0-9]*.[0-9]* | tail -n 1)
3echo "# ($(date +%Y-%m-%d))"
4echo
5git log $VER...HEAD --no-merges --topo-order --format=' * %s (%an)'
6echo
7echo "# $VER"