docs: backport (#35675)

docs: lsp, misc
This commit is contained in:
Justin M. Keyes
2025-09-07 22:49:21 -04:00
committed by GitHub
parent 7875a39ba0
commit 3d13807b8d
10 changed files with 50 additions and 37 deletions

View File

@@ -4,8 +4,8 @@
# changelog header
header = """
# Changelog\n
For notable changes, see runtime/doc/news.txt (or `:help news` in Nvim).\n
Following is a list of fixes/features commits.\n
Following is a list of commits (fixes/features only) in this release.\n
See `:help news` in Nvim for release notes.\n
"""
# template for the changelog body
# https://github.com/Keats/tera

View File

@@ -97,5 +97,5 @@ echo "
Next steps:
- Run tests/CI (version_spec.lua)!
- Push the tag:
git push --follow-tags
git push v${__VERSION}
- Update website: index.html"