diff --git a/.github/workflows/notes.md b/.github/workflows/notes.md index a136c88ccf..2af85a1a0a 100644 --- 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 index 9cdce7519f..91bbe9548d 100644 --- 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"