Skip to content

Commit 4df61cb

Browse files
committed
docs(readme): update note to reflect removal of
1 parent 8e8919f commit 4df61cb

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ providers:
9696
```
9797
9898
> [!NOTE]
99-
> `.lazycommit.yaml: language` is deprecated and will be removed in a future release. Use `.lazycommit.prompts.yaml` instead.
99+
> `.lazycommit.yaml: language` is removed and please use `.lazycommit.prompts.yaml` instead.
100100

101101
### 2. Prompt Configuration (`~/.config/.lazycommit.prompts.yaml`)
102102
Contains prompt templates and message configurations. **Safe to share in dotfiles and Git.**
@@ -117,11 +117,8 @@ If a field is missing in your repository-local configuration, the value from the
117117
Example `.lazycommit.prompts.yaml` for a Korean project:
118118
```yaml
119119
language: Korean
120-
commit_message_template: "Based on the following git diff, generate 5 conventional commit messages in Korean:\n\n%s"
120+
commit_message_template: "Based on the following git diff, generate 5 conventional commit messages:\n\n%s"
121121
```
122-
123-
**Note:** It is recommended to use only `.lazycommit.prompts.yaml` for repository-specific overrides. Avoid using a local `.lazycommit.yaml` (provider config) to prevent accidentally committing sensitive information like API keys.
124-
125122
This file is automatically created on first run in the global config directory with sensible defaults:
126123

127124
```yaml

0 commit comments

Comments
 (0)