File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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 ==4.16.2 '
39+ pip install 'commitizen ==4.16.4 '
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 4949 - name : Set up Commitizen
5050 run : |
5151 pip install --upgrade pip wheel
52- pip install 'commitizen ==4.16.2 '
52+ pip install 'commitizen ==4.16.4 '
5353
5454 - name : Set up user
5555 run : |
@@ -133,7 +133,7 @@ jobs:
133133 - name : Set up Commitizen
134134 run : |
135135 pip install --upgrade pip wheel
136- pip install 'commitizen ==4.16.2 '
136+ pip install 'commitizen ==4.16.4 '
137137
138138 - name : Create Release Notes
139139 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 : 2ca29f9297911f8f5a4e8f97100b7832f045e8d3 # frozen: v4.13.10
18+ rev : 205e71c26d6dd6a802ca674c9ae4d12f1103a9bb # frozen: v4.16.4
1919 hooks :
2020 - id : commitizen
2121 name : Check conventional commit message
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ something = "package.__main__:main"
4343# We keep them listed here to ensure the infrastructure BOM is consistent with what's
4444# installed. Make sure to keep the requirements in sync with the workflows!
4545actions = [
46- " commitizen ==4.16.2 " ,
46+ " commitizen ==4.16.4 " ,
4747 " twine ==6.2.0" ,
4848]
4949dev = [
You can’t perform that action at this time.
0 commit comments