Skip to content
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

chore(deps): bump commitizen from 3.31.0 to 4.1.0 #845

Merged
merged 2 commits into from
Dec 26, 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 .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 ==3.31.0'
pip install 'commitizen ==4.1.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 @@ -49,7 +49,7 @@ jobs:
- name: Set up Commitizen
run: |
pip install --upgrade pip wheel
pip install 'commitizen ==3.31.0'
pip install 'commitizen ==4.1.0'

- name: Set up user
run: |
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
- name: Set up Commitizen
run: |
pip install --upgrade pip wheel
pip install 'commitizen ==3.31.0'
pip install 'commitizen ==4.1.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: v3.31.0
rev: v4.1.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 @@ -41,7 +41,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 ==3.31.0",
"commitizen ==4.1.0",
"twine ==6.0.1",
]
dev = [
Expand Down
Loading