summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2025-08-24 23:12:46 -0400
committerJustin M. Keyes <justinkz@gmail.com>2025-09-03 23:03:51 -0400
commit9c3099f0cf0d1e9aa4edba13c5b5f6d3575aa18d (patch)
tree17fe60d8d41d17a2b76de1e72c8a717da6ac8d9c /scripts
parentde950f827236e2c7447bd776c2509faa39c27b63 (diff)
docs: lsp, misc
- Problem: It's not clear for new plugin developers that `:help` uses a help-tags file for searching the docs, generated by `:helptags`. - Solution: Hint to the |:helptags| docs for regenerating the tags file for their freshly written documentation. Co-authored-by: Yochem van Rosmalen <git@yochem.nl>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/cliff.toml4
-rwxr-xr-xscripts/release.sh2
2 files changed, 3 insertions, 3 deletions
diff --git a/scripts/cliff.toml b/scripts/cliff.toml
index 51725cacfc..2e495460db 100644
--- a/scripts/cliff.toml
+++ b/scripts/cliff.toml
@@ -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
diff --git a/scripts/release.sh b/scripts/release.sh
index b461c9ea50..5a340cc340 100755
--- a/scripts/release.sh
+++ b/scripts/release.sh
@@ -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"