Michael Currin
                                            Michael Currin
                                        
                                    This is much easier to do now that #38 is mostly done. This issue is also very similar to #52, which will handle many files e.g. `update foo.txt and delete...
This currently isn't nice for only 2 files with different actions ``` build(deps): create 1 file and update 1 file ``` This should be ``` build(deps): update package.json and create...
Extension is currently fixed at .md for most https://github.com/MichaelCurrin/auto-commit-msg/blob/1b58c1256f97e28589cce008a516a6b906488491/src/generate/convCommit.ts#L207-L214
I don't know what extension `CONTRIBUTORS` even needs - md, txt, none? The whole section could be refactored to use starts with rule then I can take out the extension...
This can be done for the main old logic and then also for the new count behavior #38
This also opens an option for batch committing - use a for loop to iterate over all tracked (could be new but staged) files and make a commit for _each...
Partially complete - more tests and refactoring needed
Also be clear the naming. Is it semantic commit or convention commit? Be consistent with functions and docs.
Add download button for latest release
Also the main README.md needs to look and be appealing in the extension view in VS Code (so it needs to keep some light instructions, screenshots/gifs and links to the...