From b5ed8259dbcd5987b6440da60e1bb64d5a218471 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgar=20Ram=C3=ADrez=20Mondrag=C3=B3n?= <16805946+edgarrmondragon@users.noreply.github.com> Date: Tue, 30 Jul 2024 13:57:18 -0600 Subject: [PATCH] docs: Documented support for `packaging` semantic type in contributing guide (#2579) --- docs/CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index e01916e27..d147d775a 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -187,6 +187,7 @@ In general, PR titles should follow the format `: `, where type is a - `docs` - `feat` - `fix` +- `packaging` - `perf` - `refactor` - `revert`