X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;ds=inline;f=devscripts%2Frelease.sh;h=2766174c1a8477519eb818f287897ebc93d04a72;hb=113577e155b10d6775f38e00b897f8e1d743a17e;hp=796468b4b3aee3e603ddb919535bfde281cd71e5;hpb=c0de39e6d42d8de6a77768b2a96570fd8df8ad36;p=youtube-dl.git diff --git a/devscripts/release.sh b/devscripts/release.sh index 796468b4b..2766174c1 100755 --- a/devscripts/release.sh +++ b/devscripts/release.sh @@ -88,10 +88,6 @@ ROOT=$(pwd) "$ROOT/devscripts/gh-pages/update-sites.py" git add *.html *.html.in update git commit -m "release $version" - git show HEAD - read -p "Is it good, can I push? (y/n) " -n 1 - if [[ ! $REPLY =~ ^[Yy]$ ]]; then exit 1; fi - echo git push "$ROOT" gh-pages git push "$ORIGIN_URL" gh-pages )