We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8681191 commit f68294bCopy full SHA for f68294b
1 file changed
Rakefile
@@ -35,7 +35,7 @@ namespace :book do
35
version_string = '0'
36
end
37
params = "--attribute revnumber='#{version_string}' --attribute revdate='#{date_string}' --attribute lang=#{lang} "
38
- ignore_urls = "'https://developer.github.com','https://developer.github.com/webhooks/','https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent','https://mvnrepository.com/artifact/org.eclipse.jgit/org.eclipse.jgit','https://www.mercurial-scm.org/'"
+ ignore_urls = "'https://developer.github.com','https://developer.github.com/webhooks/','https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent','https://mvnrepository.com/artifact/org.eclipse.jgit/org.eclipse.jgit','https://www.mercurial-scm.org/','https://bazaar.canonical.com','http://doc.bazaar.canonical.com/bzr.2.7/en/user-reference/ignore-help.html'"
39
40
# Tasks list
41
desc 'build basic book formats'
0 commit comments