Skip to content

Commit

Permalink
Released v2.8.10
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoruscitti committed Jul 26, 2023
1 parent 19bb8f6 commit fe8576a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=$(shell git describe --tags)
VERSION=$(shell git describe --tags --abbrev=0)
NOMBRE="pilas-engine"
NOMBREBIN="pilas-engine"
DATE=`date +'%y.%m.%d %H:%M:%S'`
Expand Down Expand Up @@ -174,13 +174,11 @@ test:
${BIN_EMBER} test

binarios:
$(call task, "Comenzando a generar binarios.")
$(call log, "Limpiando directorio de binarios ...")
@rm -rf binarios
@mkdir binarios
make compilar-binarios
make comprimir-binarios
$(call log, "Listo, recordá ejecutar make subir-binarios para publicar el release.")
@echo "Listo, recordá ejecutar make subir-binarios para publicar el release"

compilar-binarios:
$(call log, "Compilando aplicación ember ...")
Expand Down Expand Up @@ -344,15 +342,15 @@ actualizar-imagenes:
$(call log, "Corrigiendo nombres de clases en los css generados")
@node scripts/corregir-css-de-grilla-de-images.js


subir-binarios:
$(call log, "Subiendo binarios de la versión ${VERSION}")
ghr --replace ${VERSION} binarios/
$(call log, "Los binarios se subieron aquí:")
$(call log, "")
$(call log, " - https://github.com/pilas-engine/pilas-engine/releases/latest")
$(call log, "")
$(call log, "Recordá que luego de hacer esto te conviene actualizar los")
$(call log, "links de descarga de la web de pilas. Para hacer eso, ejecutá")
$(call log, "links de descarga de la web de pilas. Para hacer eso ejecuta")
$(call log, "estos comandos:")
$(call log, "")
$(call log, " cd ../sitio-web:")
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pilas-engine",
"version": "2.8.9",
"version": "2.8.10",
"private": true,
"description": "Small description for pilas-engine goes here",
"repository": "",
Expand Down

0 comments on commit fe8576a

Please sign in to comment.