Skip to content

docs: fix a few typos in CHANGELOG.md and .pre-commit-hooks.yaml #1137

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- id: commitizen
name: commitizen check
description: >
Check whether the current commit message follows commiting rules. Allow
Check whether the current commit message follows committing rules. Allow
empty commit messages by default, because they typically indicate to Git
that the commit should be aborted.
entry: cz check
Expand Down
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -773,7 +773,7 @@

### Fix

- **check**: filter out comment messege when checking
- **check**: filter out comment message when checking

## v2.20.2 (2021-12-14)

Expand Down Expand Up @@ -1024,7 +1024,7 @@

### Fix

- prevent prerelase from creating a bump when there are no commits
- prevent prerelease from creating a bump when there are no commits

## v2.8.0 (2020-11-15)

Expand Down Expand Up @@ -1511,7 +1511,7 @@

- new config system where each config type has its own class
- **config**: add type annotation to config property
- **config**: fix wrongly type annoated functions
- **config**: fix wrongly type annotated functions
- **config/ini_config**: move deprecation warning into class initialization
- **config**: use add_path instead of directly assigning _path
- **all**: replace all the _settings invoke with settings.update
Expand Down
Loading