We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1cf691e + abcdca0 commit 2d3db49Copy full SHA for 2d3db49
Rakefile
@@ -17,7 +17,7 @@ namespace :book do
17
date_string = Time.now.strftime("%Y-%m-%d")
18
params = "--attribute revnumber='#{version_string}' --attribute revdate='#{date_string}'"
19
puts "Generating contributors list"
20
- `git shortlog -s | grep -v -E "(Straub|Chacon)" | cut -f 2- | column -c 120 > book/contributors.txt`
+ `git shortlog -s | grep -v -E "(Straub|Chacon|dependabot)" | cut -f 2- | column -c 120 > book/contributors.txt`
21
22
puts "Converting to HTML..."
23
`bundle exec asciidoctor #{params} -a data-uri progit.asc`
0 commit comments