File tree Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Original file line number Diff line number Diff line change 33 description : Automatically transform your Git commit messages into Jira smart commits
44 entry : auto-smart-commit.py
55 language : script
6+ stages : [prepare-commit-msg]
67 always_run : true
Original file line number Diff line number Diff line change @@ -23,22 +23,12 @@ See [How to Write a Git Commit Message](https://chris.beams.io/posts/git-commit/
2323
2424## Installation
2525
26- ### Installation with pre-commit
27-
2826Add the following to your ` .pre-commit-config.yaml ` file:
2927
3028``` yaml
3129repos :
3230 - repo : https://github.com/radix-ai/auto-smart-commit
33- rev : v1.0.0
31+ rev : v1.0.1
3432 hooks :
3533 - id : auto-smart-commit
3634` ` `
37-
38- ### Manual installation
39-
40- Copy ` auto-smart-commit.py` to a `githooks` directory in your repository, then run the following command from the root of your repository:
41-
42- ` ` ` bash
43- git config --local core.hooksPath githooks
44- ` ` `
You can’t perform that action at this time.
0 commit comments