diff --git a/auto-devops/maven.md b/auto-devops/maven.md
index 46bb4af6b92640093bcb6565bdcc89f84dbe6527..3ef4f859281458f109b35839775524fa86ecf273 100644
--- a/auto-devops/maven.md
+++ b/auto-devops/maven.md
@@ -21,6 +21,7 @@ The script analyzes Git commit messages since the last version to determine the
 - `BREAKING CHANGE`: Increments the **major** version.
 - `feat:`: Increments the **minor** version.
 - `fix:`: Increments the **patch** version.
+- `chore:`: No artifact will be created.
 
 #### Example:
 - Current version: `1.2.3`