Skip to content

Commit

Permalink
Update docs/shared/recipes/nx-release/customize-conventional-commit-t…
Browse files Browse the repository at this point in the history
…ypes.md

Co-authored-by: James Henry <james@henry.sc>
  • Loading branch information
llwt and JamesHenry authored Feb 25, 2025
1 parent a98518e commit 592ec5a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ Nx only includes commits in the changelog that match either the [default convent

You can configure Nx to include non-matching commits by adding the special `__INVALID__` type.

This can also be useful in cases where you don't use the Conventional Commits standard but still want a changelog to be generated with the contents of each commit message.
This can also be useful in cases where you have not managed to be consistent with your use of the Conventional Commits standard (e.g. when applying it retroactively to an existing codebase) but still want a changelog to be generated with the contents of each commit message and/or for invalid commits to still affect project versioning.

```json {% fileName="nx.json" %}
{
Expand Down

0 comments on commit 592ec5a

Please sign in to comment.