Missing changelog.md causes --version to output <Unknown>
Description:
lua-language-server looks for changelog.md in its root directory and gets its version information from there. Since changelog.md is not included in the package, running lua-language-server --version prints <Unknown> instead of the actual version.
Additional info:
- package version(s): 3.15.0-1
- config and/or log files: none
- link to upstream bug report, if any: #3172
Steps to reproduce:
- Install
lua-language-serverusingpacman, - Run
lua-language-server --version, - Outputs
<Unknown>instead of3.15.0.