generated from pool/new_package
Add lua-language-server which could be use with neovim ... OBS-URL: https://build.opensuse.org/request/show/906549 OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-language-server?expand=0&rev=1
18 lines
394 B
Markdown
18 lines
394 B
Markdown
# How to update the lua-language-server package
|
|
|
|
## Prerequisites:
|
|
|
|
You need the `tar_scm` obs service installed:
|
|
|
|
zypper in obs-service-tar_scm
|
|
|
|
## Updating to a new version from upstream
|
|
|
|
Edit the `_service` and `spec` file and update the version variable.
|
|
|
|
Download the new source file by running:
|
|
|
|
osc service disabledrun
|
|
|
|
Update the changelog file with the upstream release notes.
|