Skip to content

Commit

Permalink
build(release.sh): set VIMRUNTIME when regenerating docs (#28765)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeertzjq committed May 15, 2024
1 parent 7c13d1a commit 9ca81b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ _do_release_commit() {
$__sed -i.bk 's/(NVIM_API_PRERELEASE) true/\1 false/' CMakeLists.txt
build/bin/nvim --api-info > "test/functional/fixtures/api_level_$__API_LEVEL.mpack"
git add "test/functional/fixtures/api_level_${__API_LEVEL}.mpack"
build/bin/nvim -u NONE -l scripts/gen_vimdoc.lua
VIMRUNTIME=./runtime build/bin/nvim -u NONE -l scripts/gen_vimdoc.lua
git add -u -- runtime/doc/
fi

Expand Down

0 comments on commit 9ca81b0

Please sign in to comment.