Skip to content

Commit

Permalink
style(docs): fix the grammar for tj-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Apr 28, 2023
1 parent 3ee6724 commit 53c0c1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/github-actions/tj-actions-git-cliff.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[tj-actions/git-cliff](https://github.com/tj-actions/git-cliff) is another GitHub Action that you can use to generate changelogs for your project.

It uses a generic `cliff-template.toml` without the need to maintain multiple configuration files for each project or you can optionally provide a customized template as a path or URL which falls back to project's `cliff.toml` if it exist.
It uses a generic `cliff-template.toml` without the need to maintain multiple configuration files for each project or you can optionally provide a customized template as a path or URL which falls back to the project's `cliff.toml` if it exists.

Additionally, it utilizes the `cliff-template.toml` and dynamically replaces values via [GitHub context object](https://docs.github.com/en/actions/learn-github-actions/contexts) and runs the [git-cliff-action](https://github.com/orhun/git-cliff-action) using a generated `cliff.toml`.

Expand Down

0 comments on commit 53c0c1d

Please sign in to comment.