Skip to content

Commit

Permalink
adjust clu config
Browse files Browse the repository at this point in the history
  • Loading branch information
MalteHerrmann committed Nov 1, 2024
1 parent ad6a02a commit 762c86a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .clconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"types"
],
"change_types": {
"API Breaking": "api\\s*breaking",
"Bug Fixes": "bug\\s*fixes",
"Improvements": "improvements",
"State Machine Breaking": "state\\s*machine\\s*breaking"
"API Breaking": "feat-api",
"Bug Fixes": "fix",
"Improvements": "imp",
"State Machine Breaking": "feat-smb"
},
"expected_spellings": {
"ABI": "abi",
Expand All @@ -49,4 +49,4 @@
},
"legacy_version": null,
"target_repo": "https://github.com/evmos/os"
}
}

0 comments on commit 762c86a

Please sign in to comment.