Skip to content

build: Make release.sh generic

Olivier Fourdan requested to merge ofourdan/wayland:make-release.sh-generic into main

The "release.sh" script is a convenient and documented way to release Wayland packages.

Unfortunately, the actual package name is hardcoded, meaning that to reuse that script in other Wayland projects, one needs to duplicate the script and amend it.

Use meson to determine the actual project name, so that the same script can be invoked from any relevant Wayland project.

Signed-off-by: Olivier Fourdan ofourdan@redhat.com

Merge request reports