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 69fd1ba commit 44337daCopy full SHA for 44337da
.github/workflows/chanelog.yaml
@@ -16,7 +16,7 @@ jobs:
16
uses: orhun/git-cliff-action@v2
17
with:
18
config: fixtures/cliff.toml
19
- args: --verbose --strip footer
+ args: --verbose --strip footer --exclude-path "CHANGELOG.md"
20
env:
21
OUTPUT: CHANGELOG.md
22
- name: Print the changelog
0 commit comments