Skip to content

Commit

Permalink
chore: specify the JSON schema in the default JSON file
Browse files Browse the repository at this point in the history
Closes: #127
  • Loading branch information
lppedd committed Apr 6, 2024
1 parent df7313d commit 655d327
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/main/resources/defaults/conventionalcommit.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "https://github.com/lppedd/idea-conventional-commit/raw/master/src/main/resources/defaults/conventionalcommit.schema.json",
"types": {
"refactor": {
"description": "Changes which neither fix a bug nor add a feature"
Expand Down
1 change: 0 additions & 1 deletion src/main/resources/defaults/conventionalcommit.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Commit types and scopes",
"type": "object",
"additionalProperties": false,
"required": [
"types"
],
Expand Down

0 comments on commit 655d327

Please sign in to comment.