chore: add depr to commit types for deprecation decisions

This commit is contained in:
David 2024-11-13 11:07:36 +01:00
parent e2f5536f08
commit b20fc4856b
No known key found for this signature in database
GPG key ID: AB15A6AF1101390D

View file

@ -19,6 +19,7 @@ module.exports = {
"revert", "revert",
"style", "style",
"test", "test",
"deprecate", // deprecation decision
], ],
], ],
}, },