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.
1 parent 6420226 commit cba8c56Copy full SHA for cba8c56
docs/antora.yml
@@ -2,6 +2,6 @@ name: rubocop-rails
2
title: RuboCop Rails
3
# We always provide version without patch here (e.g. 1.1),
4
# as patch versions should not appear in the docs.
5
-version: master
+version: 'master'
6
nav:
7
- modules/ROOT/nav.adoc
tasks/cut_release.rake
@@ -39,7 +39,7 @@ namespace :cut_release do
39
40
File.open('docs/antora.yml', 'w') do |f|
41
f << antora_metadata.sub(
42
- 'version: master',
+ "version: 'master'",
43
"version: '#{version_sans_patch(new_version)}'"
44
)
45
end
0 commit comments