CI: Configure gitlint for Conventional Commits
[releng/global-jjb.git] / releasenotes / notes / conventional_commit-3d9847194b514c13.yaml
diff --git a/releasenotes/notes/conventional_commit-3d9847194b514c13.yaml b/releasenotes/notes/conventional_commit-3d9847194b514c13.yaml
new file mode 100644 (file)
index 0000000..c642e8b
--- /dev/null
@@ -0,0 +1,10 @@
+---
+other:
+  - |
+    Conventional Commit message subject lines are now enforced. This affects
+    CI. Additionally, if developers want to protect themselves from CI failing
+    on this please make sure of the following
+
+    * you have pre-commit installed
+    * that you have run
+      pre-commit install --hook-type commit-msg