Skip to content

Commit

Permalink
docs(website): add tip about link parsers
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Dec 25, 2023
1 parent 3291eb9 commit 4bd47a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/docs/configuration/git.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,8 @@ Examples:
- `{ pattern = "RFC(\\d+)", text = "ietf-rfc$1", href = "https://datatracker.ietf.org/doc/html/rfc$1"}`,
- Extract mentions of IETF RFCs and generate URLs linking to them. It also rewrites the text as "ietf-rfc...".

These extracted links can be used in the [template](/docs/templating/context) with `commits.links` variable.

### limit_commits

`limit_commits` is an **optional** positive integer number that limits the number of included commits in the generated changelog.
Expand Down

0 comments on commit 4bd47a6

Please sign in to comment.