neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit d4f789fd7858189841d01c5cf2b2993840453962
parent 3c601d02dc030fde5fc11a1b1cba01728add2197
Author: Justin M. Keyes <justinkz@gmail.com>
Date:   Mon,  1 Sep 2025 11:12:11 -0400

ci(release): link to release notes #35585

fix #35580
Diffstat:
M.github/workflows/notes.md | 13+++++++++----
M.github/workflows/release.yml | 1+
2 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/notes.md b/.github/workflows/notes.md @@ -2,21 +2,26 @@ ${NVIM_VERSION} ``` +## Release notes + +- [Changelog](https://github.com/neovim/neovim/commit/${NVIM_COMMIT}) (fixes + features) +- [News](./runtime/doc/news.txt) (`:help news` in Nvim) + ## Install ### Windows #### Zip -1. Download **nvim-win64.zip** +1. Download **nvim-win64.zip** (or **nvim-win-arm64.zip** for ARM) 2. Extract the zip -3. Run `nvim.exe` on your CLI of choice +3. Run `nvim.exe` in your terminal #### MSI -1. Download **nvim-win64.msi** +1. Download **nvim-win64.msi** (or **nvim-win-arm64.msi** for ARM) 2. Run the MSI -3. Run `nvim.exe` on your CLI of choice +3. Run `nvim.exe` in your terminal Note: On Windows "Server" you may need to [install vcruntime140.dll](https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170). diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml @@ -213,6 +213,7 @@ jobs: - name: Publish release env: NVIM_VERSION: ${{ needs.linux.outputs.version }} + NVIM_COMMIT: ${{ github.sha }} DEBUG: api run: | envsubst < "$GITHUB_WORKSPACE/.github/workflows/notes.md" > "$RUNNER_TEMP/notes.md"