We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33bb6a7 commit 8bfb7bfCopy full SHA for 8bfb7bf
README.md
@@ -45,6 +45,12 @@ Generate changelogs for your project with a generated cliff.toml from [`cliff-te
45
- uses: tj-actions/git-cliff@7b2afa2d0b650c50cde5a7b173a74753ecd29072 # v2
46
id: git-cliff
47
with:
48
+ # Extra args passed directly to
49
+ # [git-cliff](https://github.com/orhun/git-cliff#command-line-arguments)
50
+ # Type: string
51
+ # Default: "--verbose"
52
+ args: ''
53
+
54
# Output file
55
# Type: string
56
# Default: "HISTORY.md"
0 commit comments