You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-10Lines changed: 3 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,17 +33,10 @@ The codebase interface is a set of principles that aim to promote the ease of us
33
33
To set up the development environment and enable automatic changelog generation:
34
34
35
35
```bash
36
-
# Install dependencies and configure hooks
36
+
# Install dependencies
37
37
task setup
38
-
39
-
# Or manually configure hooks
40
-
task setup:hooks
41
38
```
42
39
43
-
This will:
44
-
45
-
- Install required dependencies (MkDocs, plugins)
46
-
- Configure Git to use project hooks for automatic changelog generation
47
-
- Enable pre-commit hook that updates CHANGELOG.md automatically
40
+
This will install required dependencies (MkDocs, plugins) for local development.
48
41
49
-
**Note**: The pre-commit hook automatically generates changelog entries from your conventional commits, so make sure to follow the [Conventional Commits](https://conventionalcommits.org) specification.
42
+
**Note**: The changelog is automatically generated via GitHub Actions when commits are pushed to main. Make sure to follow the [Conventional Commits](https://conventionalcommits.org) specification for proper changelog generation.
0 commit comments