Este sitio web funciona mejor con JavaScript.
Inicio
Ayuda
Iniciar sesión
heuzef
/
lesspass
réplica de
https://github.com/lesspass/lesspass.git
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Lanzamientos
67
Wiki
Actividad
Explorar el Código
update release webextensions script
pull/324/head
Guillaume Vincent
hace 7 años
padre
6f55b1127e
commit
a087704aef
Se han
modificado 1 ficheros
con
2 adiciones
y
4 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+2
-4
scripts/release-webextensions.sh
+ 2
- 4
scripts/release-webextensions.sh
Ver fichero
@@ -15,14 +15,12 @@ fi
cd webextension
npm version $1
TAG_NAME="$(git describe --abbrev=0 --tags)"
npm run version
npm run build
git add .
git commit --amend --no-edit
TAG_NAME="$(git describe --abbrev=0 --tags)"
git tag -d $TAG_NAME
git tag $TAG_NAME
npm run build
git push --tags origin master
cd ..
Escribir
Vista previa
Cargando…
Cancelar
Guardar