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:

  1. Install lua-language-server using pacman,
  2. Run lua-language-server --version,
  3. Outputs <Unknown> instead of 3.15.0.