소스 검색

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

tags/v1.0.8
Deuchnord 1 년 전
부모
커밋
f474c3d295
2개의 변경된 파일8개의 추가작업 그리고 2개의 파일을 삭제
  1. +5
    -0
      .gitignore
  2. +3
    -2
      Makefile

+ 5
- 0
.gitignore 파일 보기

@@ -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 파일 보기

@@ -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

불러오는 중...
취소
저장