Skip to content

Commit 8af83df

Browse files
Update automatizacion.md
git-describe added to initial command
1 parent d4578b1 commit 8af83df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

automatizacion.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Para la automatizacion necesitaremos correr el siguiente comando
2-
npm i -D commitizen npm-run-all standard-version cz-conventional-changelog
2+
npm i -D commitizen npm-run-all standard-version cz-conventional-changelog git-describe
33
* puede que se tenga que instalar global el commitizen
44

55
## Una vez instaladas todas las dependencias corremos el siguiente comando
@@ -24,4 +24,4 @@ npm i -D commitizen npm-run-all standard-version cz-conventional-changelog
2424
- git commit -m "feat: ..." para actualizaciones de menores(1.0.0 -> 1.1.0)
2525
- git commit -m "Titulo" -m "BREAKING CHANGE: cuerpo del mensaje" para actualizaciones de mayores (1.0.0 -> 2.0.0)
2626
** NOTA: sino se deja ninguna de las palabras claves en el commit por default se efectua la fix
27-
* una vez que termine ejecutamos npm run release y ejecutara las acciiones, cuando se tiene la palabra "pre" o "post" se ejecutan antes y despues del comando a ejecutar respectivamente
27+
* una vez que termine ejecutamos npm run release y ejecutara las acciiones, cuando se tiene la palabra "pre" o "post" se ejecutan antes y despues del comando a ejecutar respectivamente

0 commit comments

Comments
 (0)