diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 459449b..3f9ee33 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -30,4 +30,4 @@ jobs: with: node-version: "11.x" - run: npm install -g conventional-github-releaser - - run: conventional-github-releaser -t ${{ secrets.GITHUB_TOKEN }} -p angular + - run: conventional-github-releaser -t ${{ secrets.GITHUB_TOKEN }} -p conventional diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f2d8c2f..798c64a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ - repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook sha: v1.0.0 hooks: - - id: commitlint - stages: [commit-msg] - additional_dependencies: ['@commitlint/config-conventional'] + - id: commitlint + stages: [commit-msg] + additional_dependencies: ['@commitlint/config-conventional']