Skip to content

Commit

Permalink
ci: update github releaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
pjsier committed Dec 21, 2019
1 parent 26722e9 commit 59f096c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -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']

0 comments on commit 59f096c

Please sign in to comment.