From 7ecfbb1553a47791e0098cfcdef7c3d69db00bd4 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Tue, 29 Oct 2024 22:47:46 +0100 Subject: [PATCH] update release instructions --- scripts/release-version.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/release-version.sh b/scripts/release-version.sh index ecfa3bc..238ec21 100644 --- a/scripts/release-version.sh +++ b/scripts/release-version.sh @@ -40,5 +40,6 @@ echo "things left to do:" echo " cargo publish" echo " git push" echo " git push origin $new_version" -echo " uncheck and check 'Publish to Marketplace' property of the new release" +echo " re-run the install-tester.yml workflow to see that the release can be used" +echo " (not needed since release 0.1.40) uncheck and check 'Publish to Marketplace' property of the new release," echo " see https://github.com/github/feedback/discussions/7941"