diff --git a/build_tools/release.sh b/build_tools/release.sh index a10476a01..ed8f9a3b2 100755 --- a/build_tools/release.sh +++ b/build_tools/release.sh @@ -201,7 +201,7 @@ done git push git@github.com:$repository_owner/fish-site HEAD:master ) -if [ -n "$integration_branch" ]; then +if [ -n "$integration_branch" ]; then { git push $remote "$version^{commit}":refs/heads/$integration_branch else changelog=$(cat - CHANGELOG.rst <CHANGELOG.rst CommitVersion ${version}-snapshot "start new cycle" git push $remote HEAD:master -fi - -# TODO This can currently require a TTY for editing and password -# prompts. -if [ "$repository_owner" = fish-shell ]; then { - mail=$(mktemp) - cat >$mail <