Skip to content

Commit e12b90d

Browse files
committed
release: update script to last stable version
1 parent b9e33cd commit e12b90d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/create_release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

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

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

0 commit comments

Comments
 (0)