Skip to content

Commit

Permalink
docs(configuration): add deprecation message for the tag parser
Browse files Browse the repository at this point in the history
  • Loading branch information
codejedi365 committed Oct 18, 2024
1 parent af94540 commit a83b7e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -763,7 +763,7 @@ Built-in parsers:
* ``angular`` - :ref:`AngularCommitParser <commit-parser-angular>`
* ``emoji`` - :ref:`EmojiCommitParser <commit-parser-emoji>`
* ``scipy`` - :ref:`ScipyCommitParser <commit-parser-scipy>`
* ``tag`` - :ref:`TagCommitParser <commit-parser-tag>`
* ``tag`` - :ref:`TagCommitParser <commit-parser-tag>` *(deprecated in v9.12.0)*
You can set any of the built-in parsers by their keyword but you can also specify
your own commit parser in ``module:attr`` form.
Expand Down

0 comments on commit a83b7e4

Please sign in to comment.