sharpvik / sema

Semantic commit tool
MIT License
56 stars 3 forks source link

The file with commit hooks does not work on Windows #12

Closed sharpvik closed 2 years ago

sharpvik commented 2 years ago

Sometimes the hooks.sema cannot be executed on one of the systems (if it's a bash file, it won't run on Windows). We should add a warning that we cannot run the file and ask users whether they'd like to continue anyway or stop sema in its tracks.

sharpvik commented 2 years ago

It looks like this functionality doesn't work on MacOS either. Even if file existence check passes, os/exec says that it cannot locate it.

sharpvik commented 2 years ago

Commit hooks functionality has been removed in v2.0.0 :(