Skip to content

Commit 1369e67

Browse files
authored
Merge pull request #1869 from petk/patch-contributors-list
Improve contributors list
2 parents cffb383 + b6cd0eb commit 1369e67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ namespace :book do
5353
file 'book/contributors.txt' do
5454
puts 'Generating contributors list'
5555
sh "echo 'Contributors as of #{header_hash}:\n' > book/contributors.txt"
56-
sh "git shortlog -s HEAD | grep -v -E '(Straub|Chacon|dependabot)' | cut -f 2- | column -c 120 >> book/contributors.txt"
56+
sh "git shortlog -s HEAD | grep -v -E '(Straub|Chacon|dependabot)' | cut -f 2- | sort | column -c 120 >> book/contributors.txt"
5757
end
5858

5959
desc 'build HTML format'

0 commit comments

Comments
 (0)