auto-commit-msg
auto-commit-msg copied to clipboard
A VS Code extension to generate a smart commit message based on file changes
I'm using this in a workspace where i don't care about commit messages, it's a static repo, of markdown files. And while this is useful, i would rather it automatically...
e.g. when working on package files. `chore(deps):` - not yet supported `build(deps):` - supported --- This style is harder and depends on the knowing the codebase. ``` feat(lang): add polish...
Can there be a way to define a custom prefix before each message? For example ThisIsARequest - update 4 files delete 1 file
e.g. if the diff is all adding new lines, then "add to foo.txt" vs "update foo.txt" for modify. Or "remove lines from foo.txt" for delete.
e.g. `Create foo, update bar and delete bazz`
e.g. ``` update cli.ts and cli.ts ``` To ``` update cli.ts and git/cli.ts ``` Using common root `src` without using `src` in either.
There is currently a _not implemented_ message setup to be raised on multiple repos in a workspace, but this did not actually trigger. So either do that, or get the...
``` CONTRIBUTING .md .rst ``` Ruby doc format? And ``` CONTRIBUTORS(.*) CHANGELOG(.*) ```