Skip to content

Commit

Permalink
docs: fix typo (#1743)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoIeni authored Oct 5, 2024
1 parent 0cf73c9 commit 69ad93e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ In `git_release_body`, you can use the following variables:
- `{{ changelog }}`: the changelog body of the new release.
- `{{ package }}`: the name of the package.
- `{{ version }}`: the new version of the package.
- `{{ release.contributors }}`: array of contributors.
- `{{ remote.contributors }}`: array of contributors.
I.e. the username of the authors of the PRs present in the changelog.
This means that your commit messages should contain the PR number, e.g. `(#123)`
or `([#1421](https://github.com/me/proj/pull/1421))`.
Expand Down

0 comments on commit 69ad93e

Please sign in to comment.