UI for Zipcoin Blue

changelog.sh 184B

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