File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3636 - name : Set up Commitizen
3737 run : |
3838 pip install --upgrade pip wheel
39- pip install 'commitizen ==2.41 .0'
39+ pip install 'commitizen ==2.42 .0'
4040
4141 # Run Commitizen to check the title of the PR which triggered this workflow, and check
4242 # all commit messages of the PR's branch. If any of the checks fails then this job fails.
Original file line number Diff line number Diff line change 5454 - name : Set up Commitizen
5555 run : |
5656 pip install --upgrade pip wheel
57- pip install 'commitizen ==2.41 .0'
57+ pip install 'commitizen ==2.42 .0'
5858
5959 - name : Set up user
6060 run : |
@@ -129,7 +129,7 @@ jobs:
129129 - name : Set up Commitizen
130130 run : |
131131 pip install --upgrade pip wheel
132- pip install 'commitizen ==2.41 .0'
132+ pip install 'commitizen ==2.42 .0'
133133
134134 - name : Create Release Notes
135135 run : cz changelog --dry-run "$(cz version --project)" > RELEASE_NOTES.md
Original file line number Diff line number Diff line change 1515
1616# Commitizen enforces semantic and conventional commit messages.
1717- repo : https://github.com/commitizen-tools/commitizen
18- rev : v2.41 .0
18+ rev : v2.42 .0
1919 hooks :
2020 - id : commitizen
2121 name : Check conventional commit message
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ something = "package.__main__:main"
3838# We keep them listed here to ensure the infrastructure BOM is consistent with what's
3939# installed. Make sure to keep the requirements in sync with the workflows!
4040actions = [
41- " commitizen ==2.41 .0" ,
41+ " commitizen ==2.42 .0" ,
4242 " twine ==4.0.2" ,
4343]
4444dev = [
You can’t perform that action at this time.
0 commit comments