docs: add docs as conventional commit option (#9970)

This commit is contained in:
Zoe Spriggs
2026-06-10 18:20:20 +01:00
committed by GitHub
parent 5f76e2c8c2
commit 0b43cb312d
2 changed files with 5 additions and 1 deletions
+3 -1
View File
@@ -20,9 +20,11 @@ changelog:
- title: Bug fixes 🐛
labels:
- 'PR: fix'
- title: Cleanup ♻️
- title: Documentation updates 📄
labels:
- 'PR: docs'
- title: Cleanup ♻️
labels:
- 'PR: refactor'
- title: Reverted changes ⎌
labels:
@@ -42,6 +42,8 @@ accepted types.
- **`fix`:** For commits that fix bugs/errors in Blockly.
- **`docs`:** For commits that update or add documentation.
- **`release`:** For commits that relate to the release of a new version.
#### Breaking changes