Este sitio web funciona mejor con JavaScript.
Inicio
Ayuda
Iniciar sesión
ben
/
mwparserfromhell
réplica de
https://github.com/earwig/mwparserfromhell
Seguir
1
Destacar
1
Fork
0
Código
Lanzamientos
24
Actividad
Explorar el Código
Make release script safer.
tags/v0.5.1
Ben Kurtovic
hace 6 años
padre
1a4e2fc019
commit
d0da416e3e
Se han
modificado 1 ficheros
con
2 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+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
Escribir
Vista previa
Cargando…
Cancelar
Guardar