sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit d417a8fcd0a701395c2029adade261d19800f763
parent f38719f575ab88e9d38bf4cfe3cb744071772bf2
Author: Simon Ser <contact@emersion.fr>
Date:   Sun, 27 Oct 2024 21:55:24 +0100

release.sh: read meson-rewrite output from stdout

Since version 1.6, Meson now uses stdout:
https://github.com/mesonbuild/meson/commit/3f4957c713f70d708f066fff119088040bb1d287

Diffstat:
Mrelease.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/release.sh b/release.sh @@ -1,7 +1,7 @@ #!/bin/sh -eu prev=$(git describe --tags --abbrev=0) -next=$(meson rewrite kwargs info project / 2>&1 >/dev/null | jq -r '.kwargs["project#/"].version') +next=$(meson rewrite kwargs info project / | jq -r '.kwargs["project#/"].version') case "$next" in *-dev)