Skip to content

Releases: MichaelCurrin/auto-commit-msg

Improve handling of Rename/Remove messages

Choose a tag to compare

@MichaelCurrin MichaelCurrin released this 13 Aug 21:41

Added tests for those too

Also did some refactor to move around and delete code.

Plus some doc changes.

Make it easy to install a copy of the extension

Choose a tag to compare

@MichaelCurrin MichaelCurrin released this 12 Aug 20:58
  • Extend docs around using a pre-built or locally built extension, using updates to package.json scripts section.
  • Clean up package.json
  • Update deps
  • Add linting to CI
  • Add to semantic.ts - note the changes are not used yet and have no coverage.
  • Disable extensions in debugger

Create working extension that generates smart commits

Choose a tag to compare

@MichaelCurrin MichaelCurrin released this 10 Aug 21:46

There have been several POCs along the way but this the closest to intended flow, so the project is going to be much more settled around this structure and adding to it.

There are instructions in the docs to manually build the extension and install it. The built file included as archive on this release.

The functionality is still limited, but clicking a button generates a message from a single changed file and pushes the message to the UI message box, which is the main point of this project.

In this released, I removed most of the Git Semantic Commit extension in favor of the much simpler and more relevant Git Prefix extension. I like the former's use of Git class so I kept that but with my own methods.

For parsing output, I used git-parse-status package as a starting point and then rewrote it so I could handle status and diff-index output.

See README.md License section for more info.

Add functions and tests

Pre-release

Choose a tag to compare

@MichaelCurrin MichaelCurrin released this 10 Aug 10:04

At this point the project is a mix of the Semantic Git Commit extension without modification and the generate directory of my own scripts. There are tests for both areas.

Create src/generate directory with scripts and tests

Choose a tag to compare

@MichaelCurrin MichaelCurrin released this 10 Aug 10:02
v0.5.0

0.5.0

Use Semantic Git Commit extension structure

Choose a tag to compare

@MichaelCurrin MichaelCurrin released this 10 Aug 10:00
v0.4.0

0.4.0

Update shell scripts and docs

Pre-release

Choose a tag to compare

@MichaelCurrin MichaelCurrin released this 10 Aug 09:59
v0.3.0

0.3.0

Setup project using VS Code hello world test sample

Choose a tag to compare

@MichaelCurrin MichaelCurrin released this 10 Aug 09:57
v0.2.0

0.2.0

Shell hook proof of concept

Pre-release

Choose a tag to compare

@MichaelCurrin MichaelCurrin released this 10 Aug 09:56
v0.1.0

docs: Update shell/report.sh