Skip to content

Commit

Permalink
Merge pull request #33 from MEHRSHAD-MIRSHEKARY/main
Browse files Browse the repository at this point in the history
🔨 refactor(README): Fix Typos in package documentation
  • Loading branch information
ARYAN-NIKNEZHAD authored Nov 8, 2024
2 parents 6cb9426 + 73939df commit 561eadf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ we’re thrilled that you want to contribute to `dj-data-generator`! to ensure a

9. **Generate Changelog**: Create a changelog with Commitizen(only for the new version tag):
```bash
cz changelog --increamental
cz changelog --incremental
```
the `--incremental` option limits changelog updates to only the new version tag, leaving previous entries unchanged. After generating the changelog, add it to the staging area and commit it manually:

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ version = "1.0.0"
tag_format = "v$version"

[tool.commitizen.settings]
increment_types = [ "feat", "fix" ]
increment_types = [ "feat", "fix", "refactor" ]

[tool.semantic_release]
assets = [ ]
Expand Down

0 comments on commit 561eadf

Please sign in to comment.