Explorar el Código

chore: install conventional-changelog locally instead of using a global one

tags/v1.0.8
Deuchnord hace 1 año
padre
commit
f474c3d295
Se han modificado 2 ficheros con 8 adiciones y 2 borrados
  1. +5
    -0
      .gitignore
  2. +3
    -2
      Makefile

+ 5
- 0
.gitignore Ver fichero

@@ -8,3 +8,8 @@ Pipfile.lock
# Gitpod-specific:
/.vscode/**
poetry.lock

# Used to generate changelog, should not be in the repo:
/package.json
/package-lock.json
/node_modules

+ 3
- 2
Makefile Ver fichero

@@ -14,5 +14,6 @@ doctests:
python3 -m poetry run python tests.py

changelog:
conventional-changelog -p angular -i CHANGELOG.md -s
@echo -e "\e[32m✔\e[33m Changelog generated. Don't forget to update the version number before committing.\e[0m"
npm install conventional-changelog-cli
./node_modules/.bin/conventional-changelog -p angular -i CHANGELOG.md -s
rm -rf node_modules package.json package-lock.json

Cargando…
Cancelar
Guardar