Skip to content

Commit 1fb6de4

Browse files
Use conventional commits for vimdoc commits (#14)
Currently autogenerate vimdocs create "autogenerate vimdoc" commit which does not have conventional commit prefix which makes it clutter the release note shown by package managers like lazy.nvim. Once added chore: it is filtered out like this
1 parent f47d513 commit 1fb6de4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Push changes
2020
uses: stefanzweifel/git-auto-commit-action@v6
2121
with:
22-
commit_message: "auto-generate vimdoc"
22+
commit_message: "chore(ci): auto-generate vimdoc"
2323
commit_user_name: "github-actions[bot]"
2424
commit_user_email: "github-actions[bot]@users.noreply.github.com"
2525
commit_author: "github-actions[bot] <github-actions[bot]@users.noreply.github.com>"

0 commit comments

Comments
 (0)