Commit 3a6bda9
committed
fix(config): use single-bracket table for commitizen change_type_map
Using [[tool.commitizen.change_type_map]] created a TOML Array of Tables
(AoT), which caused an AttributeError when commitizen tried to call .get()
on it. Changed to [tool.commitizen.change_type_map] so it is parsed as a
plain dict.1 parent aeeefbc commit 3a6bda9
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
187 | | - | |
| 187 | + | |
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
| |||
0 commit comments