summaryrefslogtreecommitdiff
path: root/release.sh
Commit message (Collapse)AuthorAgeFilesLines
* release.sh: Don't push *all* tagsMarius Vlad2023-01-161-1/+4
| | | | | | | Rather than trying to push all possible tags just push the one created for that release. Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
* build: Make release.sh genericOlivier Fourdan2022-09-061-5/+11
| | | | | | | | | | | | | | 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>
* Add release.shSimon Ser2022-07-141-0/+70
Replace xorg-util-modular's release script with our own, tailored for Wayland only. Does the same thing but in 71 lines of code instead of 1k. Creates a GitLab release via glab instead of trying to upload to a web server via ssh. Signed-off-by: Simon Ser <contact@emersion.fr>