mirror of
https://github.com/neovim/neovim.git
synced 2025-09-05 10:58:16 +00:00
13
.github/workflows/notes.md
vendored
13
.github/workflows/notes.md
vendored
@@ -2,21 +2,26 @@
|
|||||||
${NVIM_VERSION}
|
${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
|
## Install
|
||||||
|
|
||||||
### Windows
|
### Windows
|
||||||
|
|
||||||
#### Zip
|
#### Zip
|
||||||
|
|
||||||
1. Download **nvim-win64.zip**
|
1. Download **nvim-win64.zip** (or **nvim-win-arm64.zip** for ARM)
|
||||||
2. Extract the zip
|
2. Extract the zip
|
||||||
3. Run `nvim.exe` on your CLI of choice
|
3. Run `nvim.exe` in your terminal
|
||||||
|
|
||||||
#### MSI
|
#### MSI
|
||||||
|
|
||||||
1. Download **nvim-win64.msi**
|
1. Download **nvim-win64.msi** (or **nvim-win-arm64.msi** for ARM)
|
||||||
2. Run the MSI
|
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).
|
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).
|
||||||
|
|
||||||
|
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@@ -213,6 +213,7 @@ jobs:
|
|||||||
- name: Publish release
|
- name: Publish release
|
||||||
env:
|
env:
|
||||||
NVIM_VERSION: ${{ needs.linux.outputs.version }}
|
NVIM_VERSION: ${{ needs.linux.outputs.version }}
|
||||||
|
NVIM_COMMIT: ${{ github.sha }}
|
||||||
DEBUG: api
|
DEBUG: api
|
||||||
run: |
|
run: |
|
||||||
envsubst < "$GITHUB_WORKSPACE/.github/workflows/notes.md" > "$RUNNER_TEMP/notes.md"
|
envsubst < "$GITHUB_WORKSPACE/.github/workflows/notes.md" > "$RUNNER_TEMP/notes.md"
|
||||||
|
Reference in New Issue
Block a user