File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed
Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -154,6 +154,19 @@ before-all = [
154154 ' uv run --only-group=conan --with ninja --isolated conan install conanfile.py -pr:h {package}/ci/cibuildwheel/conan_profiles/Linux/linux_build_profile.ini --build missing -of /tmp/ciwheelbuilder/uiucprescon_orc/tmp --conf=tools.cmake.cmaketoolchain:generator=Ninja' ,
155155
156156]
157+
158+ [tool .commitizen ]
159+ name = " cz_conventional_commits"
160+ tag_format = " v$version"
161+ version_scheme = " pep440"
162+ version_provider = " pep621"
163+ update_changelog_on_bump = true
164+ major_version_zero = true
165+ changelog_merge_prerelease = true
166+ pre_bump_hooks = [
167+ " uv lock"
168+ ]
169+
157170[tool .cibuildwheel .linux .environment ]
158171PYTHONFAULTHANDLER =" True"
159172CONAN_USER_HOME =" /tmp/conan/manylinux"
@@ -179,4 +192,5 @@ default = true
179192[[tool .uv .index ]]
180193name = " uiuc_prescon_python"
181194url = " https://nexus.library.illinois.edu/repository/uiuc_prescon_python/simple"
182- explicit = true
195+ explicit = true
196+
You can’t perform that action at this time.
0 commit comments