Skip to content

Commit 79e56f7

Browse files
committed
workflow: add docs update PR type
1 parent 1476796 commit 79e56f7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/reference/contributing/guidelines/workflow.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,12 @@ We consider adding a new functionality to be a feature. It does not matter if it
119119

120120
Release: feature
121121

122+
#### Docs update
123+
124+
Documentation changes to markdown files or doxygen documentation (comment-only changes).
125+
126+
Release: patch
127+
122128
#### Breaking change
123129

124130
A breaking change is any change that results in breaking user space. It should have strong justification for us to consider it. Often, such changes can be backward compatible, for example, deprecating the old functionality and introducing the new replacement.

0 commit comments

Comments
 (0)