Skip to content

Commit

Permalink
chore: update commit-me to @v1
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin-de-Jong committed Dec 14, 2023
1 parent 1f8571b commit 91ae4d6
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/.commit-me.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"types": [ "build", "chore", "ci", "docs", "style", "refactor", "perf", "test" ]
}
1 change: 1 addition & 0 deletions .github/workflows/conventional-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ jobs:
- uses: dev-build-deploy/commit-me@v0
with:
token: ${{ github.token }}
config: .github/.commit-me.json
6 changes: 5 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,13 @@

repos:
- repo: https://github.com/dev-build-deploy/commit-me
rev: v0.13.0
rev: v1.1.0
hooks:
- id: commit-me
args: [
# Custom configuration file path
'--config', '.github/.commit-me.json'
]

- repo: https://github.com/dev-build-deploy/reuse-me
rev: v0.10.0
Expand Down
4 changes: 4 additions & 0 deletions .reuse/dep5
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ License: MIT
Files: docs/*.png
Copyright: 2023 Kevin de Jong <[email protected]>
License: MIT

Files: .github/.commit-me.json
Copyright: 2023 Kevin de Jong <[email protected]>
License: MIT

0 comments on commit 91ae4d6

Please sign in to comment.