Skip to content

Commit

Permalink
chore(deps-dev): bump commitizen from 2.41.0 to 2.42.0 (#477)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 20, 2023
1 parent bc30f2d commit 14acc8e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-conventional-commits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Set up Commitizen
run: |
pip install --upgrade pip wheel
pip install 'commitizen ==2.41.0'
pip install 'commitizen ==2.42.0'
# Run Commitizen to check the title of the PR which triggered this workflow, and check
# all commit messages of the PR's branch. If any of the checks fails then this job fails.
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Set up Commitizen
run: |
pip install --upgrade pip wheel
pip install 'commitizen ==2.41.0'
pip install 'commitizen ==2.42.0'
- name: Set up user
run: |
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
- name: Set up Commitizen
run: |
pip install --upgrade pip wheel
pip install 'commitizen ==2.41.0'
pip install 'commitizen ==2.42.0'
- name: Create Release Notes
run: cz changelog --dry-run "$(cz version --project)" > RELEASE_NOTES.md
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repos:

# Commitizen enforces semantic and conventional commit messages.
- repo: https://github.com/commitizen-tools/commitizen
rev: v2.41.0
rev: v2.42.0
hooks:
- id: commitizen
name: Check conventional commit message
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ something = "package.__main__:main"
# We keep them listed here to ensure the infrastructure BOM is consistent with what's
# installed. Make sure to keep the requirements in sync with the workflows!
actions = [
"commitizen ==2.41.0",
"commitizen ==2.42.0",
"twine ==4.0.2",
]
dev = [
Expand Down

0 comments on commit 14acc8e

Please sign in to comment.