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 21c86dc commit d52b22cCopy full SHA for d52b22c
_plugins/releases.rb
@@ -34,7 +34,7 @@ def initialize(site, base, lang, srcdir, src, output_directory)
34
end
35
36
## Output file is v<version>.md (converted later to HTML)
37
- output_file = "v" + version + ".md"
+ output_file = "v" + version.to_s + ".md"
38
@name = output_file
39
self.process(output_file)
40
0 commit comments