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"