Michael Currin
Michael Currin
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...
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(.*) ```
Perhaps assume feat if no other context can be found. Then click the button again. If the output message is the same as the input message, then replace feat with...
Detect if all changes in a file are whitespace (ignore those using a git diff-index flag) or start with `#` or `//`. This may not be practical for multi-line comments....
Relates to #38 e.g. > update 38 .svg files OR > update 38 SVG files