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 afcd1cc commit 94d4c17Copy full SHA for 94d4c17
Makefile
@@ -15,4 +15,3 @@ release:
15
@test $${RELEASE_VERSION?Please set environment variable RELEASE_VERSION}
16
echo "${RELEASE_VERSION}" > docgen/shared/stable.txt
17
nvim -l docgen/gen_doc.lua
18
- mv docgen/wiki/Documentation-unstable.md "docgen/wiki/Documentation-${RELEASE_VERSION}.md"
docgen/gen_doc.lua
@@ -457,7 +457,7 @@ end
457
local function gen_docs()
458
gen_vim_doc()
459
gen_markdown("docgen/templates/README.md.in", "README.md")
460
- gen_markdown("docgen/templates/documentation.md.in", "docgen/wiki/Documentation-unstable.md")
+ gen_markdown("docgen/templates/documentation.md.in", string.format("docgen/wiki/Documentation-%s.md", version))
461
end
462
463
gen_docs()
0 commit comments