Skip to content

Commit 3f7f857

Browse files
authored
pull request 1594 (#211)
* pull request 1583 * pull request 1587 * pull request 1594
1 parent 1d77717 commit 3f7f857

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
@@ -17,7 +17,7 @@ namespace :book do
1717
date_string = Time.now.strftime("%Y-%m-%d")
1818
params = "--attribute revnumber='#{version_string}' --attribute revdate='#{date_string}'"
1919
puts "Generating contributors list"
20-
`git shortlog -s | grep -v -E "(Straub|Chacon)" | cut -f 2- | column -c 120 > book/contributors.txt`
20+
`git shortlog -s | grep -v -E "(Straub|Chacon|dependabot)" | cut -f 2- | column -c 120 > book/contributors.txt`
2121

2222
puts "Converting to HTML..."
2323
`bundle exec asciidoctor #{params} -a data-uri progit.asc`

0 commit comments

Comments
 (0)