gen-changelog.sh 158 B

123
  1. #!/bin/bash
  2. # Generate changelog for HISTORY.md based on git log
  3. git log --format='* %s (%aN)' --no-merges --reverse $(git describe --abbrev=0)...HEAD | sort