-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.clconfig.json
51 lines (51 loc) · 943 Bytes
/
.clconfig.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"categories": [
"all",
"ante",
"bank-precompile",
"ci",
"cli",
"contracts",
"deps",
"dist-precompile",
"eip-712",
"erc20",
"erc20-precompile",
"evm",
"feemarket",
"ibc",
"ics20-precompile",
"precompiles",
"proto",
"rpc",
"server",
"staking-precompile",
"tests",
"types"
],
"change_types": {
"API Breaking": "feat-api",
"Bug Fixes": "fix",
"Improvements": "imp",
"State Machine Breaking": "feat-smb"
},
"expected_spellings": {
"ABI": "abi",
"API": "api",
"CI": "ci",
"CLI": "cli",
"Cosmos SDK": "cosmos[\\s-]*sdk",
"EIP-712": "eip[\\s-]*712",
"ERC-20": "erc[\\s-]*20",
"EVM": "evm",
"IBC": "ibc",
"ICS": "ics",
"ICS-20": "ics[\\s-]*20",
"OS": "os",
"PR": "pr",
"RPC": "rpc",
"SDK": "sdk"
},
"legacy_version": null,
"target_repo": "https://github.com/evmos/os"
}