build: add release helper scripts (#22378) (#22781)

PR Close #22378

PR Close #22781
This commit is contained in:
Victor Berchet
2018-02-22 12:07:17 -08:00
committed by Miško Hevery
parent db0afa9394
commit 7d9de17935
8 changed files with 58 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env bash
set -u -e -o pipefail

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env bash
set -u -e -o pipefail

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env bash
set -u -e -o pipefail