Skip to content

Commit b76f21f

Browse files
committed
ci: Taskfile update
Signed-off-by: Michael Ethridge <michael.ethridge@cdw.com>
1 parent 7f1d207 commit b76f21f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Taskfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ tasks:
2222
cmds:
2323
- |
2424
git-chglog --next-tag v$(autotag -vn --scheme=conventional) -o CHANGELOG.md
25+
pre-commit run --files CHANGELOG.md end-of-file-fixer || true
2526
git add CHANGELOG.md
26-
pre-commit run end-of-file-fixer || true
2727
git commit -m 'chore: update CHANGELOG.md'
2828
2929
pre:

0 commit comments

Comments
 (0)