Skip to content

Commit 5310d0c

Browse files
committed
docs(commit-parsing): define limitation of revert commits with the scipy parser
1 parent fd3076e commit 5310d0c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/commit_parsing.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,11 @@ Guidelines`_ with all different commit types. Because of this small variance, th
294294
only extends our :ref:`commit_parser-builtin-angular` parser with pre-defined scipy commit types
295295
in the default Scipy Parser Options and all other features are inherited.
296296

297+
**Limitations**:
298+
299+
- Commits with the ``REV`` type are not currently supported. Track the implementation
300+
of this feature in the issue `#402`_.
301+
297302
If no commit parser options are provided via the configuration, the parser will use PSR's
298303
built-in :py:class:`defaults <semantic_release.commit_parser.scipy.ScipyParserOptions>`.
299304

0 commit comments

Comments
 (0)