1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-09-11 17:15:34 +03:00

Update DEVELOP.md

This commit is contained in:
Tae Won Ha 2024-05-28 12:25:06 +09:00
parent b915da2c06
commit 47cc40f3a5
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44

View File

@ -37,6 +37,8 @@ defaults write com.qvacua.VimR enable-debug-menu 1
```bash
version=neovim-vX.Y.Z-$(date "+%Y%m%d.%H%M%S"); git tag -a "${version}" -m "${version}"; git push origin "${version}"
```
* Github action will build universal binary + runtime and package it.
* Update the version of Neovim in `/bin/neovim/resources/buildInfo.json`
### VimR