diff --git a/bin/create-release b/bin/create-release index d7231066d..3ffbca5fa 100755 --- a/bin/create-release +++ b/bin/create-release @@ -110,5 +110,5 @@ create_tag $VERSION push_to_origin $DRY_RUN $VERSION if [[ "$DRY_RUN" == "no" ]]; then - echo "To deploy, visit https://github.com/zer0-os/zOS/releases/new and create a release for ${VERSION}" + echo "To deploy, visit https://github.com/zer0-os/zOS/releases and publish the release [${VERSION}]" fi \ No newline at end of file