diff options
-rwxr-xr-x | scripts/release.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/release.sh b/scripts/release.sh index 7ac80b7e01..67268ba9bf 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -93,8 +93,7 @@ fi _do_bump_commit echo " Next steps: - - Double-check NVIM_VERSION_* in CMakeLists.txt - - Double-check runtime/nvim.appdata.xml + - Run tests/CI (version_spec.lua)! - Push the tag: git push --follow-tags - Update the 'stable' tag: |