-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: improve code commit message generation
- Add task `codegpt` to generate code commit messages - Add dependency on task `swag` for task `codegpt` - Add commands to run `git add .` and `codegpt commit --diff_unified 5 --exclude_list docs` to task `codegpt` - Increase the number of unified diffs shown in commit messages to 5 for `codegpt` - Include `Taskfile.yml` in the diff Signed-off-by: ysicing <[email protected]>
- Loading branch information
Showing
3 changed files
with
12 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters