Skip to content
This repository was archived by the owner on Jul 21, 2025. It is now read-only.

Commit 87fe388

Browse files
📝 chore(docs): update version in docs (#3)
## 💌 Description Update the chatgpt_commit_message.md file to improve the clarity and readability of the commit message guidelines. This change will help developers to write better commit messages and follow the Conventional Commits convention more easily. ## 🩹 Related issue <!-- If your PR refers to a related issue, link it here. --> Fixes: # ## 🏗️ Type of change <!-- Mark with an `x` all the checkboxes that apply (like `[x]`) --> - [ ] 📚 Examples / docs / tutorials / dependencies update - [ ] 🐛 Bug fix (non-breaking change which fixes an issue) - [ ] 🥂 Improvement (non-breaking change which improves an existing feature) - [ ] 🚀 New feature (non-breaking change which adds functionality) - [ ] 💥 Breaking change (fix or feature that would cause existing functionality to change) - [ ] 🔐 Security fix - [ ] ⬆️ Dependencies update ## ✅ Checklist <!-- Mark with an `x` all the checkboxes that apply (like `[x]`) --> - [ ] I've read the [`CODE_OF_CONDUCT.md`](https://github.com/DariuszPorowski/chatgpt-pre-commit-hooks/blob/main/CODE_OF_CONDUCT.md) document. - [ ] I've read the [`CONTRIBUTING.md`](https://github.com/DariuszPorowski/chatgpt-pre-commit-hooks/blob/main/CONTRIBUTING.md) guide. - [ ] I've written tests for all new methods and classes that I created. - [ ] I've written the docstring in Google format for all the methods and classes that I used.
1 parent 072c051 commit 87fe388

4 files changed

Lines changed: 9 additions & 5 deletions

File tree

.github/workflows/workflow.ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ on:
1515
- main
1616
paths:
1717
- "*.py"
18-
- "docs/**"
19-
- "hooks/**"
2018
- "chatgpt_pre_commit_hooks/**"
2119
- ".pre-commit-config.yaml"
2220
- ".pre-commit-hooks.yaml"

.github/workflows/workflow.release.draft.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ on:
55
push:
66
branches:
77
- main
8+
paths:
9+
- "*.py"
10+
- "chatgpt_pre_commit_hooks/**"
11+
- ".pre-commit-config.yaml"
12+
- ".pre-commit-hooks.yaml"
13+
- "pyproject.toml"
814
workflow_dispatch:
915
# pull_request:
1016
# # Only following types are handled by the action, but one can default to all as well

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Example:
4545
```yaml
4646
repos:
4747
- repo: https://github.com/DariuszPorowski/chatgpt-pre-commit-hooks
48-
rev: v0.0.1
48+
rev: v0.1.0
4949
hooks:
5050
- id: chatgpt-commit-message
5151
```

docs/chatgpt_commit_message.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Add to your `.pre-commit-config.yaml`
1919
```yaml
2020
repos:
2121
- repo: https://github.com/DariuszPorowski/chatgpt-pre-commit-hooks
22-
rev: v0.0.1 # Use the ref you want to point at, see ⚠️ NOTE below!
22+
rev: v0.1.0 # Use the ref you want to point at, see ⚠️ NOTE below!
2323
hooks:
2424
- id: chatgpt-commit-message
2525
```
@@ -43,7 +43,7 @@ Example:
4343
```yaml
4444
repos:
4545
- repo: https://github.com/DariuszPorowski/chatgpt-pre-commit-hooks
46-
rev: v0.0.1 # Use the ref you want to point at, see ⚠️ NOTE below!
46+
rev: v0.1.0 # Use the ref you want to point at, see ⚠️ NOTE below!
4747
hooks:
4848
- id: chatgpt-commit-message
4949
args:

0 commit comments

Comments
 (0)