Explorar el Código

Make release script safer.

tags/v0.5.1
Ben Kurtovic hace 6 años
padre
commit
d0da416e3e
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. +2
    -0
      scripts/release.sh

+ 2
- 0
scripts/release.sh Ver fichero

@@ -1,5 +1,7 @@
#! /usr/bin/env bash

set -euo pipefail

if [[ -z "$1" ]]; then
echo "usage: $0 1.2.3"
exit 1


Cargando…
Cancelar
Guardar