From 773f0e9f8b44a9d7042678b73a709ab41e30d0c3 Mon Sep 17 00:00:00 2001 From: Colin Clark Date: Fri, 22 Mar 2024 12:23:04 +0000 Subject: [PATCH] Fix #1289: tar.xz contains symlinks that are wrong for plugins (2) https://github.com/BestImageViewer/geeqie/issues/1289 --- scripts/new-release.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/new-release.sh b/scripts/new-release.sh index 4557fff8..b2d9605a 100755 --- a/scripts/new-release.sh +++ b/scripts/new-release.sh @@ -198,6 +198,10 @@ tar --create --xz --file="$tmp_dir/geeqie-$revision.tar.xz" --exclude="AppImage* gpg --armor --detach-sign --output "$tmp_dir/geeqie-$revision.tar.xz.asc" "$tmp_dir/geeqie-$revision.tar.xz" +cd "geeqie-$revision" + +git checkout master + git checkout stable/"$version" NEWS git checkout stable/"$version" geeqie.1 git checkout stable/"$version" doc/docbook/CommandLineOptions.xml -- 2.20.1