Skip to content

Commit

Permalink
release: update script to last stable version
Browse files Browse the repository at this point in the history
  • Loading branch information
hanatos committed Nov 1, 2015
1 parent b9e33cd commit e12b90d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/create_release.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

git log ^release-1.4.2 HEAD| grep ^Author: | sed 's/ <.*//; s/^Author: //' | sort | uniq -c | sort -nr
git log ^release-1.6.9 HEAD| grep ^Author: | sed 's/ <.*//; s/^Author: //' | sort | uniq -c | sort -nr

echo "are you sure these guys received proper credit in the about dialog?"
read answer
Expand Down

0 comments on commit e12b90d

Please sign in to comment.